Searched defs:statfs (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/s390/include/uapi/asm/ | 
| D | statfs.h | 21 struct statfs {  struct36 struct statfs64 {  argument
 
 | 
| /Linux-v5.4/include/uapi/asm-generic/ | 
| D | statfs.h | 23 struct statfs {  struct24 	__statfs_word f_type;  argument
 25 	__statfs_word f_bsize;  argument
 26 	__statfs_word f_blocks;  argument
 27 	__statfs_word f_bfree;  argument
 28 	__statfs_word f_bavail;  argument
 29 	__statfs_word f_files;  argument
 30 	__statfs_word f_ffree;  argument
 32 	__statfs_word f_namelen;  argument
 33 	__statfs_word f_frsize;  argument
 [all …]
 
 | 
| /Linux-v5.4/arch/mips/include/uapi/asm/ | 
| D | statfs.h | 23 struct statfs {  struct46 struct statfs64 {  argument
 
 | 
| /Linux-v5.4/fs/ | 
| D | statfs.c | 190 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf)  in SYSCALL_DEFINE2()  argument300 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf)  in COMPAT_SYSCALL_DEFINE2()  argument
 
 | 
| /Linux-v5.4/fs/orangefs/ | 
| D | downcall.h | 114 		struct orangefs_statfs_response statfs;  member
 | 
| D | upcall.h | 242 		struct orangefs_statfs_request_s statfs;  member
 | 
| /Linux-v5.4/fs/overlayfs/ | 
| D | super.c | 768 	struct kstatfs statfs;  in ovl_check_namelen()  local
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4xdr.c | 2412 	struct kstatfs statfs;  in nfsd4_encode_fattr()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | fs.h | 1950 	int (*statfs) (struct dentry *, struct kstatfs *);  member
 | 
| D | nfs_xdr.h | 1676 	int	(*statfs)  (struct nfs_server *, struct nfs_fh *,  member
 |