Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c715 stat_fs->f_type = 0; /* f_type is not supported. */ in uv__fs_statfs()
717 stat_fs->f_type = buf.f_type; in uv__fs_statfs()
962 if (s.f_type != /* CephFS */ 0xC36400) in uv__is_buggy_cephfs()
975 switch ((unsigned) s.f_type) { in uv__is_cifs_or_smb()
/libuv/include/
H A Duv.h1238 uint64_t f_type; member
/libuv/docs/src/
H A Dfs.rst125 uint64_t f_type;
/libuv/test/
H A Dtest-fs.c348 ASSERT_OK(stats->f_type); in statfs_cb()
350 ASSERT_UINT64_GT(stats->f_type, 0); in statfs_cb()
/libuv/src/win/
H A Dfs.c2910 stat_fs->f_type = 0; in fs__statfs()

Completed in 44 milliseconds