Home
last modified time | relevance | path

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

1234

/linux/fs/
H A 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()
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/include/linux/fs/
H A Dsuper_types.h28 struct kstatfs;
98 int (*statfs)(struct dentry *dentry, struct kstatfs *kstatfs);
/linux/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/include/linux/
H A Dstatfs.h9 struct kstatfs { struct
/linux/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/fs/jffs2/
H A Dos-linux.h19 struct kstatfs;
174 int jffs2_statfs (struct dentry *, struct kstatfs *);
/linux/fs/ecryptfs/
H A Dsuper.c87 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
/linux/fs/cachefiles/
H A Dcache.c21 struct kstatfs stats; in cachefiles_add_cache()
189 struct kstatfs stats; in cachefiles_has_space()
/linux/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/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/fs/nfsd/
H A Dxdr.h123 struct kstatfs stats;
H A Dvfs.h157 struct kstatfs *, int access);
H A Dxdr3.h189 struct kstatfs stats;
/linux/fs/smb/client/
H A Dsmb2proto.h256 struct kstatfs *FSData);
289 struct kstatfs *kst);
H A Dcifsproto.h390 struct kstatfs *FSData);
392 struct kstatfs *FSData);
401 struct kstatfs *FSData);
/linux/fs/adfs/
H A Dadfs.h152 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
H A Dmap.c196 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf) in adfs_map_statfs()
/linux/fs/xfs/
H A Dxfs_quota.h122 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
/linux/fs/freevxfs/
H A Dvxfs_super.c75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/linux/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/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/fs/9p/
H A Dvfs_super.c190 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
/linux/fs/minix/
H A Dinode.c27 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf);
408 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()
/linux/fs/kernfs/
H A Dmount.c51 static int kernfs_statfs(struct dentry *dentry, struct kstatfs *buf) in kernfs_statfs()

1234