Home
last modified time | relevance | path

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

1234

/Linux-v5.4/fs/
Dstatfs.c53 static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf) in statfs_by_dentry()
72 struct kstatfs st; in vfs_get_fsid()
84 int vfs_statfs(const struct path *path, struct kstatfs *buf) in vfs_statfs()
95 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs()
113 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-v5.4/fs/xfs/
Dxfs_qm_bhv.c21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot()
58 struct kstatfs *statp) in xfs_qm_statvfs()
Dxfs_quota.h104 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
/Linux-v5.4/fs/coda/
Dcoda_psdev.h12 struct kstatfs;
85 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
Dinode.c39 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf);
291 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs()
/Linux-v5.4/include/linux/
Dstatfs.h8 struct kstatfs { struct
/Linux-v5.4/fs/cifs/
Dsmb2proto.h220 struct kstatfs *FSData);
223 struct kstatfs *FSData);
253 struct kstatfs *kst);
Dcifsproto.h319 struct kstatfs *FSData);
321 struct kstatfs *FSData);
330 struct kstatfs *FSData);
/Linux-v5.4/fs/jffs2/
Dos-linux.h19 struct kstatfs;
174 int jffs2_statfs (struct dentry *, struct kstatfs *);
/Linux-v5.4/fs/efs/
Dsuper.c21 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf);
329 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) { in efs_statfs()
/Linux-v5.4/arch/alpha/kernel/
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-v5.4/fs/ecryptfs/
Dsuper.c90 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
/Linux-v5.4/fs/nfsd/
Dxdr.h115 struct kstatfs stats;
Dvfs.h116 struct kstatfs *, int access);
Dxdr3.h196 struct kstatfs stats;
/Linux-v5.4/fs/qnx4/
Dinode.c34 static int qnx4_statfs(struct dentry *, struct kstatfs *);
129 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
/Linux-v5.4/fs/freevxfs/
Dvxfs_super.c99 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/Linux-v5.4/fs/cachefiles/
Dbind.c85 struct kstatfs stats; in cachefiles_daemon_add_cache()
/Linux-v5.4/fs/affs/
Dsuper.c28 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
613 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
/Linux-v5.4/fs/afs/
Dsuper.c37 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf);
721 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
/Linux-v5.4/fs/9p/
Dvfs_super.c237 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
/Linux-v5.4/fs/qnx6/
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-v5.4/fs/minix/
Dinode.c25 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf);
353 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()
/Linux-v5.4/fs/sysv/
Dinode.c88 static int sysv_statfs(struct dentry *dentry, struct kstatfs *buf) in sysv_statfs()
/Linux-v5.4/fs/befs/
Dlinuxvfs.c57 static int befs_statfs(struct dentry *, struct kstatfs *);
951 befs_statfs(struct dentry *dentry, struct kstatfs *buf) in befs_statfs()

1234