Searched refs:kstatfs (Results 1 – 25 of 48) sorted by relevance
12
| /linux/include/linux/fs/ |
| H A D | super_types.h | 28 struct kstatfs; 99 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);
|
| /linux/include/linux/ |
| H A D | statfs.h | 9 struct kstatfs { struct
|
| /linux/fs/jffs2/ |
| H A D | os-linux.h | 19 struct kstatfs; 174 int jffs2_statfs (struct dentry *, struct kstatfs *);
|
| /linux/fs/efs/ |
| H A D | super.c | 22 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf); 348 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) { in efs_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/ecryptfs/ |
| H A D | super.c | 87 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
|
| /linux/fs/nfsd/ |
| H A D | xdr.h | 123 struct kstatfs stats;
|
| H A D | vfs.h | 158 struct kstatfs *, int access);
|
| H A D | xdr3.h | 189 struct kstatfs stats;
|
| /linux/fs/smb/client/ |
| H A D | smb2proto.h | 230 struct kstatfs *fsdata); 259 struct kstatfs *kst);
|
| /linux/fs/xfs/ |
| H A D | xfs_quota.h | 122 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
|
| H A D | xfs_super.c | 863 struct kstatfs *st) in xfs_statfs_data() 887 struct kstatfs *st) in xfs_statfs_rt() 898 struct kstatfs *st) in xfs_statfs_inodes() 920 struct kstatfs *st) in xfs_fs_statfs()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_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/adfs/ |
| H A D | map.c | 196 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf) in adfs_map_statfs()
|
| H A D | super.c | 176 static int adfs_statfs(struct dentry *dentry, struct kstatfs *buf) in adfs_statfs()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 51 static int kernfs_statfs(struct dentry *dentry, struct kstatfs *buf) in kernfs_statfs()
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 277 static int vboxsf_statfs(struct dentry *dentry, struct kstatfs *stat) in vboxsf_statfs()
|
| /linux/fs/hfs/ |
| H A D | super.c | 100 static int hfs_statfs(struct dentry *dentry, struct kstatfs *buf) in hfs_statfs()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 80 static int efivarfs_statfs(struct dentry *dentry, struct kstatfs *buf) in efivarfs_statfs()
|
| /linux/fs/ceph/ |
| H A D | quota.c | 490 bool ceph_quota_update_statfs(struct ceph_fs_client *fsc, struct kstatfs *buf) in ceph_quota_update_statfs()
|
| /linux/fs/romfs/ |
| H A D | super.c | 384 static int romfs_statfs(struct dentry *dentry, struct kstatfs *buf) in romfs_statfs()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 143 static int orangefs_statfs(struct dentry *dentry, struct kstatfs *buf) in orangefs_statfs()
|
12