| /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() 124 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native() 166 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64() 192 struct kstatfs st; in SYSCALL_DEFINE2() 201 struct kstatfs st; in SYSCALL_DEFINE3() 213 struct kstatfs st; in SYSCALL_DEFINE2() [all …]
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 28 struct kstatfs; 98 int (*statfs)(struct dentry *dentry, struct kstatfs *kstatfs);
|
| /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 | 41 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf); 336 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs()
|
| /linux/include/linux/ |
| H A D | statfs.h | 9 struct kstatfs { struct
|
| /linux/arch/alpha/kernel/ |
| H A D | osf_sys.c | 303 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, in linux_to_osf_statfs() 324 linux_to_osf_statfs64(struct kstatfs *linux_stat, struct osf_statfs64 __user *osf_stat, in linux_to_osf_statfs64() 346 struct kstatfs linux_stat; in SYSCALL_DEFINE3() 392 struct kstatfs linux_stat; in SYSCALL_DEFINE3() 402 struct kstatfs linux_stat; in SYSCALL_DEFINE3() 412 struct kstatfs linux_stat; in SYSCALL_DEFINE3()
|
| /linux/fs/jffs2/ |
| H A D | os-linux.h | 19 struct kstatfs; 174 int jffs2_statfs (struct dentry *, struct kstatfs *);
|
| /linux/fs/ecryptfs/ |
| H A D | super.c | 87 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
|
| /linux/fs/cachefiles/ |
| H A D | cache.c | 21 struct kstatfs stats; in cachefiles_add_cache() 189 struct kstatfs stats; in cachefiles_has_space()
|
| /linux/fs/afs/ |
| H A D | super.c | 37 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf); 723 struct kstatfs *buf = op->volstatus.buf; in afs_get_volume_status_success() 744 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
|
| /linux/fs/qnx4/ |
| H A D | inode.c | 34 static int qnx4_statfs(struct dentry *, struct kstatfs *); 135 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
|
| /linux/fs/nfsd/ |
| H A D | xdr.h | 123 struct kstatfs stats;
|
| H A D | vfs.h | 157 struct kstatfs *, int access);
|
| H A D | xdr3.h | 189 struct kstatfs stats;
|
| /linux/fs/smb/client/ |
| H A D | smb2proto.h | 256 struct kstatfs *FSData); 289 struct kstatfs *kst);
|
| H A D | cifsproto.h | 390 struct kstatfs *FSData); 392 struct kstatfs *FSData); 401 struct kstatfs *FSData);
|
| /linux/fs/adfs/ |
| H A D | adfs.h | 152 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
|
| H A D | map.c | 196 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf) in adfs_map_statfs()
|
| /linux/fs/xfs/ |
| H A D | xfs_quota.h | 122 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
|
| /linux/fs/affs/ |
| H A D | super.c | 29 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf); 560 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
|
| /linux/fs/qnx6/ |
| H A D | inode.c | 35 static int qnx6_statfs(struct dentry *dentry, struct kstatfs *buf); 156 static int qnx6_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx6_statfs()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 190 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
|
| /linux/fs/minix/ |
| H A D | inode.c | 27 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf); 408 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 51 static int kernfs_statfs(struct dentry *dentry, struct kstatfs *buf) in kernfs_statfs()
|