Home
last modified time | relevance | path

Searched refs:kstatfs (Results 1 – 25 of 88) sorted by relevance

1234

/linux-6.15/fs/
H A Dstatfs.c74 struct kstatfs st; in vfs_get_fsid()
192 struct kstatfs st; in SYSCALL_DEFINE2()
201 struct kstatfs st; in SYSCALL_DEFINE3()
213 struct kstatfs st; in SYSCALL_DEFINE2()
222 struct kstatfs st; in SYSCALL_DEFINE3()
249 struct kstatfs sbuf; in SYSCALL_DEFINE2()
305 struct kstatfs tmp; in COMPAT_SYSCALL_DEFINE2()
314 struct kstatfs tmp; in COMPAT_SYSCALL_DEFINE2()
348 struct kstatfs tmp; in kcompat_sys_statfs64()
367 struct kstatfs tmp; in kcompat_sys_fstatfs64()
[all …]
/linux-6.15/fs/coda/
H A Dcoda_psdev.h12 struct kstatfs;
85 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
H A Dinode.c41 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-6.15/fs/xfs/
H A Dxfs_qm_bhv.c21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot()
70 struct kstatfs *statp) in xfs_qm_statvfs()
H A Dxfs_quota.h122 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
/linux-6.15/include/linux/
H A Dstatfs.h9 struct kstatfs { struct
/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c303 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-6.15/fs/jffs2/
H A Dos-linux.h19 struct kstatfs;
174 int jffs2_statfs (struct dentry *, struct kstatfs *);
/linux-6.15/fs/smb/client/
H A Dsmb2proto.h264 struct kstatfs *FSData);
267 struct kstatfs *FSData);
300 struct kstatfs *kst);
H A Dcifsproto.h385 struct kstatfs *FSData);
387 struct kstatfs *FSData);
396 struct kstatfs *FSData);
/linux-6.15/fs/efs/
H A Dsuper.c22 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-6.15/fs/cachefiles/
H A Dcache.c21 struct kstatfs stats; in cachefiles_add_cache()
189 struct kstatfs stats; in cachefiles_has_space()
/linux-6.15/fs/afs/
H A Dsuper.c37 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-6.15/fs/ecryptfs/
H A Dsuper.c90 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
/linux-6.15/fs/qnx4/
H A Dinode.c34 static int qnx4_statfs(struct dentry *, struct kstatfs *);
135 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
/linux-6.15/fs/nfsd/
H A Dxdr.h123 struct kstatfs stats;
H A Dvfs.h156 struct kstatfs *, int access);
H A Dxdr3.h189 struct kstatfs stats;
/linux-6.15/fs/adfs/
H A Dadfs.h152 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
/linux-6.15/fs/freevxfs/
H A Dvxfs_super.c75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/linux-6.15/fs/9p/
H A Dvfs_super.c211 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
/linux-6.15/fs/qnx6/
H A Dinode.c35 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-6.15/fs/affs/
H A Dsuper.c29 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
560 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
/linux-6.15/fs/minix/
H A Dinode.c27 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf);
392 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()
/linux-6.15/fs/kernfs/
H A Dmount.c51 static int kernfs_statfs(struct dentry *dentry, struct kstatfs *buf) in kernfs_statfs()

1234