/fs/orangefs/ |
D | super.c | 182 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs() 197 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs() 198 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs() 199 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs() 200 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs() 201 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs() 205 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs() 208 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs() 209 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() 210 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 | 59 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry() 66 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry() 126 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native() 128 struct statfs buf; in do_statfs_native() 192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 213 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2() 305 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
|
D | Makefile | 16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
|
D | nsfs.c | 279 .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/9p/ |
D | vfs_super.c | 344 .statfs = simple_statfs, 354 .statfs = v9fs_statfs,
|
/fs/efs/ |
D | efs.h | 128 struct statfs;
|
D | super.c | 121 .statfs = efs_statfs,
|
/fs/configfs/ |
D | mount.c | 38 .statfs = simple_statfs,
|
/fs/efivarfs/ |
D | super.c | 28 .statfs = simple_statfs,
|
/fs/nfs/ |
D | nfs4super.c | 29 .statfs = nfs_statfs,
|
/fs/ramfs/ |
D | inode.c | 186 .statfs = simple_statfs,
|
/fs/freevxfs/ |
D | vxfs_super.c | 120 .statfs = vxfs_statfs,
|
/fs/coda/ |
D | inode.c | 104 .statfs = coda_statfs,
|
/fs/nfsd/ |
D | nfs4xdr.c | 2879 struct kstatfs statfs; in nfsd4_encode_fattr() local 2921 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr() 3171 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 3177 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 3183 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr() 3212 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr() 3265 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 3272 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 3279 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
|
/fs/overlayfs/ |
D | super.c | 433 .statfs = ovl_statfs, 941 struct kstatfs statfs; in ovl_check_namelen() local 942 int err = vfs_statfs(path, &statfs); in ovl_check_namelen() 947 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
|
/fs/cachefiles/ |
D | cache.c | 66 !root->d_sb->s_op->statfs || in cachefiles_add_cache()
|
/fs/jffs2/ |
D | super.c | 247 .statfs = jffs2_statfs,
|
/fs/kernfs/ |
D | mount.c | 49 .statfs = simple_statfs,
|
/fs/autofs/ |
D | inode.c | 108 .statfs = simple_statfs,
|
/fs/sysv/ |
D | inode.c | 335 .statfs = sysv_statfs,
|
/fs/openpromfs/ |
D | inode.c | 368 .statfs = simple_statfs,
|
/fs/hfs/ |
D | super.c | 181 .statfs = hfs_statfs,
|