/openbmc/linux/fs/ |
H A D | statfs.c | 55 static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf) in statfs_by_dentry() 74 struct kstatfs st; in vfs_get_fsid() 86 int vfs_statfs(const struct path *path, struct kstatfs *buf) in vfs_statfs() 97 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs() 115 int fd_statfs(int fd, struct kstatfs *st) in fd_statfs() 126 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native() 168 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64() 194 struct kstatfs st; in SYSCALL_DEFINE2() 203 struct kstatfs st; in SYSCALL_DEFINE3() 215 struct kstatfs st; in SYSCALL_DEFINE2() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_qm_bhv.c | 21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() 71 struct kstatfs *statp) in xfs_qm_statvfs()
|
H A D | xfs_quota.h | 105 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
|
/openbmc/linux/fs/coda/ |
H A D | coda_psdev.h | 12 struct kstatfs; 85 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
|
H A D | inode.c | 39 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf); 293 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs()
|
/openbmc/linux/include/linux/ |
H A D | statfs.h | 9 struct kstatfs { struct
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 304 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, in linux_to_osf_statfs() 325 linux_to_osf_statfs64(struct kstatfs *linux_stat, struct osf_statfs64 __user *osf_stat, in linux_to_osf_statfs64() 347 struct kstatfs linux_stat; in SYSCALL_DEFINE3() 393 struct kstatfs linux_stat; in SYSCALL_DEFINE3() 403 struct kstatfs linux_stat; in SYSCALL_DEFINE3() 413 struct kstatfs linux_stat; in SYSCALL_DEFINE3()
|
/openbmc/linux/fs/efs/ |
H A D | super.c | 22 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf); 330 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) { in efs_statfs()
|
/openbmc/linux/fs/jffs2/ |
H A D | os-linux.h | 19 struct kstatfs; 174 int jffs2_statfs (struct dentry *, struct kstatfs *);
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2proto.h | 264 struct kstatfs *FSData); 267 struct kstatfs *FSData); 300 struct kstatfs *kst);
|
H A D | cifsproto.h | 383 struct kstatfs *FSData); 385 struct kstatfs *FSData); 394 struct kstatfs *FSData);
|
/openbmc/linux/fs/cachefiles/ |
H A D | cache.c | 21 struct kstatfs stats; in cachefiles_add_cache() 189 struct kstatfs stats; in cachefiles_has_space()
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 37 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf); 731 struct kstatfs *buf = op->volstatus.buf; in afs_get_volume_status_success() 752 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | super.c | 90 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
|
/openbmc/linux/fs/qnx4/ |
H A D | inode.c | 34 static int qnx4_statfs(struct dentry *, struct kstatfs *); 129 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
|
/openbmc/linux/fs/nfsd/ |
H A D | xdr.h | 123 struct kstatfs stats;
|
H A D | vfs.h | 145 struct kstatfs *, int access);
|
H A D | xdr3.h | 189 struct kstatfs stats;
|
/openbmc/linux/fs/adfs/ |
H A D | adfs.h | 152 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
|
/openbmc/linux/fs/affs/ |
H A D | super.c | 28 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf); 607 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
|
/openbmc/linux/fs/qnx6/ |
H A D | inode.c | 35 static int qnx6_statfs(struct dentry *dentry, struct kstatfs *buf); 155 static int qnx6_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx6_statfs()
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_super.c | 75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
|
/openbmc/linux/fs/efivarfs/ |
H A D | super.c | 28 static int efivarfs_statfs(struct dentry *dentry, struct kstatfs *buf) in efivarfs_statfs()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_super.c | 238 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
|
/openbmc/linux/fs/minix/ |
H A D | inode.c | 25 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf); 373 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()
|