Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 5 of 5) sorted by relevance

/libuv/src/unix/
H A Dfs.c721 stat_fs->f_bfree = buf.f_bfree; in uv__fs_statfs()
/libuv/include/
H A Duv.h1241 uint64_t f_bfree; member
/libuv/docs/src/
H A Dfs.rst128 uint64_t f_bfree;
/libuv/test/
H A Dtest-fs.c355 ASSERT_LE(stats->f_bfree, stats->f_blocks); in statfs_cb()
356 ASSERT_LE(stats->f_bavail, stats->f_bfree); in statfs_cb()
/libuv/src/win/
H A Dfs.c2913 stat_fs->f_bfree = free_clusters; in fs__statfs()

Completed in 34 milliseconds