Home
last modified time | relevance | path

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

1234

/fs/
Dstatfs.c53 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry()
60 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry()
106 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
108 struct statfs buf; in do_statfs_native()
172 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
193 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2()
Dnsfs.c151 .statfs = simple_statfs,
DMakefile14 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
/fs/ecryptfs/
Dsuper.c109 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs()
112 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
187 .statfs = ecryptfs_statfs,
/fs/sdcardfs/
Dsdcardfs.h579 struct kstatfs statfs; in check_min_free_space() local
586 err = vfs_statfs(&lower_path, &statfs); in check_min_free_space()
593 if (unlikely(statfs.f_bsize == 0)) in check_min_free_space()
598 size = statfs.f_bsize; in check_min_free_space()
601 avail = statfs.f_bavail * statfs.f_bsize; in check_min_free_space()
Dsuper.c320 .statfs = sdcardfs_statfs,
/fs/9p/
Dvfs_super.c341 .statfs = simple_statfs,
351 .statfs = v9fs_statfs,
/fs/efs/
Defs.h127 struct statfs;
Dsuper.c125 .statfs = efs_statfs,
/fs/configfs/
Dmount.c45 .statfs = simple_statfs,
/fs/overlayfs/
Dsuper.c660 .statfs = ovl_statfs,
891 struct kstatfs statfs; in ovl_lower_dir() local
897 err = vfs_statfs(path, &statfs); in ovl_lower_dir()
902 *namelen = max(*namelen, statfs.f_namelen); in ovl_lower_dir()
/fs/freevxfs/
Dvxfs_super.c64 .statfs = vxfs_statfs,
/fs/kernfs/
Dmount.c43 .statfs = simple_statfs,
/fs/ramfs/
Dinode.c152 .statfs = simple_statfs,
/fs/nfsd/
Dnfs4xdr.c2280 struct kstatfs statfs; in nfsd4_encode_fattr() local
2320 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
2568 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
2574 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
2580 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr()
2609 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr()
2662 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
2669 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
2676 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
/fs/efivarfs/
Dsuper.c29 .statfs = simple_statfs,
/fs/cachefiles/
Dbind.c131 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
/fs/cifs/
Dsmb2proto.h28 struct statfs;
/fs/coda/
Dinode.c109 .statfs = coda_statfs,
Dupcall.c555 insize = max_t(unsigned int, INSIZE(statfs), OUTSIZE(statfs)); in venus_statfs()
/fs/nfs/
Dnfs4super.c56 .statfs = nfs_statfs,
/fs/logfs/
Dinode.c404 .statfs = logfs_statfs,
/fs/autofs4/
Dinode.c107 .statfs = simple_statfs,
/fs/jffs2/
Dsuper.c263 .statfs = jffs2_statfs,
/fs/pstore/
Dinode.c281 .statfs = simple_statfs,

1234