Home
last modified time | relevance | path

Searched refs:st_blksize (Results 1 – 7 of 7) sorted by relevance

/libuv/src/unix/
H A Dfs.c1441 dst->st_blksize = src->st_blksize; in uv__to_stat()
H A Dlinux.c1102 buf->st_blksize = statxbuf->stx_blksize; in uv__statx_to_stat()
/libuv/src/win/
H A Dfs.c1658 statbuf->st_blksize = 4096; in fs__stat_handle()
1783 statbuf->st_blksize = 4096; in fs__stat_handle()
/libuv/docs/src/
H A Dfs.rst58 uint64_t st_blksize;
/libuv/include/
H A Duv.h391 uint64_t st_blksize; member
/libuv/test/
H A Dtest-fs.c1474 ASSERT_EQ(s->st_blksize, (uint64_t) t.st_blksize); in TEST_IMPL()
/libuv/
H A DChangeLog2743 * win: change st_blksize from `2048` to `4096` (Joran Dirk Greef)
5497 and st_blksize are now also filled out. (Bert Belder)

Completed in 48 milliseconds