Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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()
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 …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm_bhv.c21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot()
58 struct kstatfs *statp) in xfs_qm_statvfs()
H A Dxfs_quota.h105 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
/OK3568_Linux_fs/kernel/fs/coda/
H A Dcoda_psdev.h12 struct kstatfs;
85 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs);
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h8 struct kstatfs { struct
H A Dfs.h59 struct kstatfs;
2016 int (*statfs) (struct dentry *, struct kstatfs *);
2394 extern int vfs_statfs(const struct path *, struct kstatfs *);
2395 extern int user_statfs(const char __user *, struct kstatfs *);
2396 extern int fd_statfs(int, struct kstatfs *);
3233 extern int simple_statfs(struct dentry *, struct kstatfs *);
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2proto.h253 struct kstatfs *FSData);
256 struct kstatfs *FSData);
287 struct kstatfs *kst);
H A Dcifsproto.h339 struct kstatfs *FSData);
341 struct kstatfs *FSData);
350 struct kstatfs *FSData);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dos-linux.h19 struct kstatfs;
174 int jffs2_statfs (struct dentry *, struct kstatfs *);
/OK3568_Linux_fs/kernel/fs/efs/
H A 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()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dsuper.c37 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf);
728 struct kstatfs *buf = op->volstatus.buf; in afs_get_volume_status_success()
749 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
/OK3568_Linux_fs/kernel/fs/qnx4/
H A Dinode.c34 static int qnx4_statfs(struct dentry *, struct kstatfs *);
129 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dsuper.c90 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) in ecryptfs_statfs()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dxdr.h126 struct kstatfs stats;
H A Dvfs.h130 struct kstatfs *, int access);
H A Dxdr3.h197 struct kstatfs stats;
/OK3568_Linux_fs/kernel/fs/adfs/
H A Dadfs.h151 void adfs_map_statfs(struct super_block *sb, struct kstatfs *buf);
/OK3568_Linux_fs/kernel/fs/qnx6/
H A 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()
/OK3568_Linux_fs/kernel/fs/affs/
H A Dsuper.c28 static int affs_statfs(struct dentry *dentry, struct kstatfs *buf);
607 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dbind.c85 struct kstatfs stats; in cachefiles_daemon_add_cache()
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_super.c100 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_super.c239 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
/OK3568_Linux_fs/kernel/fs/minix/
H A 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