Searched defs:statfs (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 21 struct statfs { struct 36 struct statfs64 { argument
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | statfs.h | 23 struct statfs { struct 24 __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 …]
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | statfs.h | 23 struct statfs { struct 46 struct statfs64 { argument
|
/openbmc/linux/fs/ |
H A D | statfs.c | 192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 305 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
|
/openbmc/linux/fs/orangefs/ |
H A D | downcall.h | 114 struct orangefs_statfs_response statfs; member
|
H A D | upcall.h | 242 struct orangefs_statfs_request_s statfs; member
|
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 156 int (*statfs)(FsContext *s, V9fsPath *path, struct statfs *stbuf); member
|
/openbmc/linux/fs/overlayfs/ |
H A D | super.c | 374 struct kstatfs statfs; in ovl_check_namelen() local
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4xdr.c | 2948 struct kstatfs statfs; in nfsd4_encode_fattr() local
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 267 int (*statfs) (struct dentry *, struct kstatfs *); member
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2072 int (*statfs) (struct dentry *, struct kstatfs *); member
|
H A D | nfs_xdr.h | 1782 int (*statfs) (struct nfs_server *, struct nfs_fh *, member
|