/linux-6.3-rc2/fs/ |
A D | statfs.c | 74 struct kstatfs st; in vfs_get_fsid() 194 struct kstatfs st; in SYSCALL_DEFINE2() 203 struct kstatfs st; in SYSCALL_DEFINE3() 215 struct kstatfs st; in SYSCALL_DEFINE2() 224 struct kstatfs st; in SYSCALL_DEFINE3() 251 struct kstatfs sbuf; in SYSCALL_DEFINE2() 307 struct kstatfs tmp; in COMPAT_SYSCALL_DEFINE2() 316 struct kstatfs tmp; in COMPAT_SYSCALL_DEFINE2() 350 struct kstatfs tmp; in kcompat_sys_statfs64() 369 struct kstatfs tmp; in kcompat_sys_fstatfs64() [all …]
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_qm_bhv.c | 21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() 58 struct kstatfs *statp) in xfs_qm_statvfs()
|
A D | xfs_quota.h | 105 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
|
/linux-6.3-rc2/fs/coda/ |
A D | coda_psdev.h | 12 struct kstatfs; 85 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
|
A D | inode.c | 39 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf); 292 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs()
|
/linux-6.3-rc2/include/linux/ |
A D | statfs.h | 9 struct kstatfs { struct
|
A D | fs.h | 62 struct kstatfs; 1901 int (*statfs) (struct dentry *, struct kstatfs *); 2269 extern int vfs_statfs(const struct path *, struct kstatfs *); 2270 extern int user_statfs(const char __user *, struct kstatfs *); 2271 extern int fd_statfs(int, struct kstatfs *); 2896 extern int simple_statfs(struct dentry *, struct kstatfs *);
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb2proto.h | 232 struct kstatfs *FSData); 235 struct kstatfs *FSData); 266 struct kstatfs *kst);
|
A D | cifsproto.h | 371 struct kstatfs *FSData); 373 struct kstatfs *FSData); 382 struct kstatfs *FSData);
|
/linux-6.3-rc2/arch/alpha/kernel/ |
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()
|
/linux-6.3-rc2/fs/jffs2/ |
A D | os-linux.h | 19 struct kstatfs; 174 int jffs2_statfs (struct dentry *, struct kstatfs *);
|
/linux-6.3-rc2/fs/efs/ |
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()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | cache.c | 20 struct kstatfs stats; in cachefiles_add_cache() 186 struct kstatfs stats; in cachefiles_has_space()
|
/linux-6.3-rc2/fs/afs/ |
A D | super.c | 37 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf); 729 struct kstatfs *buf = op->volstatus.buf; in afs_get_volume_status_success() 750 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | super.c | 90 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
|
/linux-6.3-rc2/fs/qnx4/ |
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()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | xdr.h | 123 struct kstatfs stats;
|
A D | vfs.h | 146 struct kstatfs *, int access);
|
A D | xdr3.h | 189 struct kstatfs stats;
|
/linux-6.3-rc2/fs/adfs/ |
A D | adfs.h | 152 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
|
/linux-6.3-rc2/fs/freevxfs/ |
A D | vxfs_super.c | 75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
|
/linux-6.3-rc2/fs/affs/ |
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()
|
/linux-6.3-rc2/fs/qnx6/ |
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()
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_super.c | 240 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
|
/linux-6.3-rc2/fs/minix/ |
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()
|