Searched defs:statfs (Results 1 – 8 of 8) sorted by relevance
42 struct statfs { struct58 struct statfs { argument59 uint32_t f_type;60 uint32_t f_bsize;61 uint64_t f_blocks;62 uint64_t f_bfree;63 uint64_t f_bavail;64 uint64_t f_files;65 uint64_t f_ffree;66 __fsid_t f_fsid;[all …]
15 struct statfs { struct29 struct statfs64 { argument
31 struct statfs { struct32 __statfs_word f_type; argument34 __statfs_word f_bsize; argument35 __statfs_word f_blocks; argument36 __statfs_word f_bfree; argument37 __statfs_word f_bavail; argument39 __statfs_word f_files; argument40 __statfs_word f_ffree; argument42 __statfs_word f_namelen; argument44 __statfs_word f_frsize; argument[all …]
24 struct statfs { struct44 struct statfs64 { argument
24 struct statfs { struct42 struct statfs64 { argument
107 struct statfs { __STATFS64_BODY }; struct
535 int (*statfs) (struct nfs_server *, struct nfs_fh *, member