Home
last modified time | relevance | path

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

1234

/Linux-v6.1/fs/
Dstatfs.c55 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()
126 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
168 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64()
194 struct kstatfs st; in SYSCALL_DEFINE2()
203 struct kstatfs st; in SYSCALL_DEFINE3()
215 struct kstatfs st; in SYSCALL_DEFINE2()
[all …]
/Linux-v6.1/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.h105 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
/Linux-v6.1/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);
292 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs()
/Linux-v6.1/include/linux/
Dstatfs.h9 struct kstatfs { struct
Dfs.h62 struct kstatfs;
2249 int (*statfs) (struct dentry *, struct kstatfs *);
2617 extern int vfs_statfs(const struct path *, struct kstatfs *);
2618 extern int user_statfs(const char __user *, struct kstatfs *);
2619 extern int fd_statfs(int, struct kstatfs *);
3329 extern int simple_statfs(struct dentry *, struct kstatfs *);
/Linux-v6.1/fs/cifs/
Dsmb2proto.h232 struct kstatfs *FSData);
235 struct kstatfs *FSData);
266 struct kstatfs *kst);
Dcifsproto.h359 struct kstatfs *FSData);
361 struct kstatfs *FSData);
370 struct kstatfs *FSData);
/Linux-v6.1/arch/alpha/kernel/
Dosf_sys.c304 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-v6.1/fs/efs/
Dsuper.c22 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-v6.1/fs/jffs2/
Dos-linux.h19 struct kstatfs;
174 int jffs2_statfs (struct dentry *, struct kstatfs *);
/Linux-v6.1/fs/cachefiles/
Dcache.c20 struct kstatfs stats; in cachefiles_add_cache()
186 struct kstatfs stats; in cachefiles_has_space()
/Linux-v6.1/fs/afs/
Dsuper.c37 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-v6.1/fs/ecryptfs/
Dsuper.c90 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
/Linux-v6.1/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-v6.1/fs/nfsd/
Dxdr.h123 struct kstatfs stats;
Dvfs.h144 struct kstatfs *, int access);
Dxdr3.h189 struct kstatfs stats;
/Linux-v6.1/fs/adfs/
Dadfs.h152 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
/Linux-v6.1/fs/freevxfs/
Dvxfs_super.c75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/Linux-v6.1/fs/affs/
Dsuper.c28 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
607 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
/Linux-v6.1/fs/qnx6/
Dinode.c35 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-v6.1/fs/9p/
Dvfs_super.c241 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
/Linux-v6.1/fs/minix/
Dinode.c25 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf);
373 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()

1234