Home
last modified time | relevance | path

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

1234

/Linux-v4.19/fs/
Dstatfs.c53 static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf) in statfs_by_dentry()
70 int vfs_statfs(const struct path *path, struct kstatfs *buf) in vfs_statfs()
81 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs()
99 int fd_statfs(int fd, struct kstatfs *st) in fd_statfs()
110 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
152 static int do_statfs64(struct kstatfs *st, struct statfs64 __user *p) in do_statfs64()
178 struct kstatfs st; in SYSCALL_DEFINE2()
187 struct kstatfs st; in SYSCALL_DEFINE3()
199 struct kstatfs st; in SYSCALL_DEFINE2()
208 struct kstatfs st; in SYSCALL_DEFINE3()
[all …]
/Linux-v4.19/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.h101 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
/Linux-v4.19/include/linux/
Dcoda_psdev.h9 struct kstatfs;
65 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
Dstatfs.h8 struct kstatfs { struct
Dfs.h54 struct kstatfs;
1859 int (*statfs) (struct dentry *, struct kstatfs *);
2231 extern int vfs_statfs(const struct path *, struct kstatfs *);
2232 extern int user_statfs(const char __user *, struct kstatfs *);
2233 extern int fd_statfs(int, struct kstatfs *);
3163 extern int simple_statfs(struct dentry *, struct kstatfs *);
/Linux-v4.19/fs/cifs/
Dsmb2proto.h212 struct kstatfs *FSData);
215 struct kstatfs *FSData);
237 struct kstatfs *kst);
Dcifsproto.h311 struct kstatfs *FSData);
313 struct kstatfs *FSData);
322 struct kstatfs *FSData);
/Linux-v4.19/fs/coda/
Dinode.c39 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf);
293 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs()
/Linux-v4.19/fs/jffs2/
Dos-linux.h19 struct kstatfs;
174 int jffs2_statfs (struct dentry *, struct kstatfs *);
/Linux-v4.19/fs/efs/
Dsuper.c21 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf);
333 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) { in efs_statfs()
/Linux-v4.19/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-v4.19/fs/ecryptfs/
Dsuper.c106 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
/Linux-v4.19/fs/nfsd/
Dxdr.h115 struct kstatfs stats;
Dvfs.h113 struct kstatfs *, int access);
Dxdr3.h196 struct kstatfs stats;
/Linux-v4.19/fs/qnx4/
Dinode.c33 static int qnx4_statfs(struct dentry *, struct kstatfs *);
128 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
/Linux-v4.19/fs/cachefiles/
Dbind.c89 struct kstatfs stats; in cachefiles_daemon_add_cache()
/Linux-v4.19/fs/freevxfs/
Dvxfs_super.c99 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/Linux-v4.19/fs/affs/
Dsuper.c27 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
613 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
/Linux-v4.19/fs/afs/
Dsuper.c38 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf);
679 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
/Linux-v4.19/fs/9p/
Dvfs_super.c248 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
/Linux-v4.19/fs/ceph/
Dquota.c319 bool ceph_quota_update_statfs(struct ceph_fs_client *fsc, struct kstatfs *buf) in ceph_quota_update_statfs()
/Linux-v4.19/fs/qnx6/
Dinode.c34 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-v4.19/fs/minix/
Dinode.c24 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf);
356 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()

1234