Searched defs:statfs (Results 1 – 5 of 5) sorted by relevance
15 struct statfs { struct29 struct statfs64 { argument
38 struct statfs { struct39 uint32_t f_type;40 uint32_t f_bsize;41 uint64_t f_blocks;42 uint64_t f_bfree;43 uint64_t f_bavail;44 uint64_t f_files;45 uint64_t f_ffree;46 __kernel_fsid_t f_fsid;47 uint32_t f_namelen;[all …]
19 struct statfs { struct33 struct statfs64 { argument
32 int statfs(const char* path, struct statfs* stat) in statfs() function
535 int (*statfs) (struct nfs_server *, struct nfs_fh *, member