Searched refs:statfs (Results 1 – 25 of 81) sorted by relevance
1234
/fs/ |
D | statfs.c | 53 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()
|
D | nsfs.c | 151 .statfs = simple_statfs,
|
D | Makefile | 14 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
|
/fs/ecryptfs/ |
D | super.c | 109 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/ |
D | sdcardfs.h | 579 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()
|
D | super.c | 320 .statfs = sdcardfs_statfs,
|
/fs/9p/ |
D | vfs_super.c | 341 .statfs = simple_statfs, 351 .statfs = v9fs_statfs,
|
/fs/efs/ |
D | efs.h | 127 struct statfs;
|
D | super.c | 125 .statfs = efs_statfs,
|
/fs/configfs/ |
D | mount.c | 45 .statfs = simple_statfs,
|
/fs/overlayfs/ |
D | super.c | 660 .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/ |
D | vxfs_super.c | 64 .statfs = vxfs_statfs,
|
/fs/kernfs/ |
D | mount.c | 43 .statfs = simple_statfs,
|
/fs/ramfs/ |
D | inode.c | 152 .statfs = simple_statfs,
|
/fs/nfsd/ |
D | nfs4xdr.c | 2280 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/ |
D | super.c | 29 .statfs = simple_statfs,
|
/fs/cachefiles/ |
D | bind.c | 131 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
|
/fs/cifs/ |
D | smb2proto.h | 28 struct statfs;
|
/fs/coda/ |
D | inode.c | 109 .statfs = coda_statfs,
|
D | upcall.c | 555 insize = max_t(unsigned int, INSIZE(statfs), OUTSIZE(statfs)); in venus_statfs()
|
/fs/nfs/ |
D | nfs4super.c | 56 .statfs = nfs_statfs,
|
/fs/logfs/ |
D | inode.c | 404 .statfs = logfs_statfs,
|
/fs/autofs4/ |
D | inode.c | 107 .statfs = simple_statfs,
|
/fs/jffs2/ |
D | super.c | 263 .statfs = jffs2_statfs,
|
/fs/pstore/ |
D | inode.c | 281 .statfs = simple_statfs,
|
1234