Searched defs:statfs (Results 1 – 7 of 7) sorted by relevance
25 struct statfs { struct40 struct statfs64 { argument
25 struct statfs { struct26 __statfs_word f_type; argument27 __statfs_word f_bsize; argument28 __statfs_word f_blocks; argument29 __statfs_word f_bfree; argument30 __statfs_word f_bavail; argument31 __statfs_word f_files; argument32 __statfs_word f_ffree; argument34 __statfs_word f_namelen; argument35 __statfs_word f_frsize; argument[all …]
22 struct statfs { struct45 struct statfs64 { argument
165 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
2010 struct kstatfs statfs; in nfsd4_encode_fattr() local
1686 int (*statfs) (struct dentry *, struct kstatfs *); member
1238 int (*statfs) (struct nfs_server *, struct nfs_fh *, member