/fs/orangefs/ |
D | super.c | 181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs() 196 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs() 197 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs() 198 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs() 199 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs() 200 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs() 204 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs() 207 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs() 208 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() 209 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() [all …]
|
D | downcall.h | 114 struct orangefs_statfs_response statfs; member
|
D | upcall.h | 242 struct orangefs_statfs_request_s statfs; member
|
/fs/ |
D | statfs.c | 57 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry() 64 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry() 124 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native() 126 struct statfs buf; in do_statfs_native() 190 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 211 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2() 300 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
|
D | Makefile | 15 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
|
D | nsfs.c | 258 .statfs = simple_statfs,
|
/fs/ecryptfs/ |
D | super.c | 95 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 98 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs() 174 .statfs = ecryptfs_statfs,
|
/fs/sdcardfs/ |
D | sdcardfs.h | 592 struct kstatfs statfs; in check_min_free_space() local 599 err = vfs_statfs(&lower_path, &statfs); in check_min_free_space() 606 if (unlikely(statfs.f_bsize == 0)) in check_min_free_space() 611 size = statfs.f_bsize; in check_min_free_space() 614 avail = statfs.f_bavail * statfs.f_bsize; in check_min_free_space()
|
D | super.c | 304 .statfs = sdcardfs_statfs,
|
/fs/9p/ |
D | vfs_super.c | 337 .statfs = simple_statfs, 347 .statfs = v9fs_statfs,
|
/fs/efs/ |
D | efs.h | 128 struct statfs;
|
D | super.c | 120 .statfs = efs_statfs,
|
/fs/configfs/ |
D | mount.c | 40 .statfs = simple_statfs,
|
/fs/nfsd/ |
D | nfs4xdr.c | 2412 struct kstatfs statfs; in nfsd4_encode_fattr() local 2452 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr() 2703 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 2709 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 2715 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr() 2744 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr() 2797 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 2804 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 2811 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
|
/fs/ramfs/ |
D | inode.c | 175 .statfs = simple_statfs,
|
/fs/efivarfs/ |
D | super.c | 27 .statfs = simple_statfs,
|
/fs/overlayfs/ |
D | super.c | 394 .statfs = ovl_statfs, 789 struct kstatfs statfs; in ovl_check_namelen() local 790 int err = vfs_statfs(path, &statfs); in ovl_check_namelen() 795 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
|
/fs/freevxfs/ |
D | vxfs_super.c | 144 .statfs = vxfs_statfs,
|
/fs/coda/ |
D | inode.c | 104 .statfs = coda_statfs,
|
/fs/cachefiles/ |
D | bind.c | 127 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
|
/fs/jffs2/ |
D | super.c | 237 .statfs = jffs2_statfs,
|
/fs/kernfs/ |
D | mount.c | 48 .statfs = simple_statfs,
|
/fs/nfs/ |
D | nfs4super.c | 57 .statfs = nfs_statfs,
|
/fs/pstore/ |
D | inode.c | 271 .statfs = simple_statfs,
|
/fs/sysv/ |
D | inode.c | 336 .statfs = sysv_statfs,
|