Searched defs:statfs (Results 1 – 8 of 8) sorted by relevance
21 struct statfs { struct36 struct statfs64 { argument
23 struct statfs { struct24 __statfs_word f_type; argument25 __statfs_word f_bsize; argument26 __statfs_word f_blocks; argument27 __statfs_word f_bfree; argument28 __statfs_word f_bavail; argument29 __statfs_word f_files; argument30 __statfs_word f_ffree; argument32 __statfs_word f_namelen; argument33 __statfs_word f_frsize; argument[all …]
23 struct statfs { struct46 struct statfs64 { argument
190 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument303 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
114 struct orangefs_statfs_response statfs; member
242 struct orangefs_statfs_request_s statfs; member
387 struct kstatfs statfs; in ovl_check_namelen() local
2353 int (*statfs) (struct dentry *, struct kstatfs *); member