/linux-4.19.296/fs/orangefs/ |
D | super.c | 167 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs() 182 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs() 183 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs() 184 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs() 185 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs() 186 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs() 190 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs() 193 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs() 194 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() 195 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
|
/linux-4.19.296/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() 110 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native() 112 struct statfs buf; in do_statfs_native() 176 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 197 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2() 286 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 | 260 .statfs = simple_statfs,
|
/linux-4.19.296/fs/ecryptfs/ |
D | super.c | 111 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 114 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs() 189 .statfs = ecryptfs_statfs,
|
/linux-4.19.296/include/uapi/asm-generic/ |
D | statfs.h | 23 struct statfs { struct
|
D | Kbuild.asm | 28 mandatory-y += statfs.h
|
/linux-4.19.296/fs/9p/ |
D | vfs_super.c | 348 .statfs = simple_statfs, 358 .statfs = v9fs_statfs,
|
/linux-4.19.296/fs/efs/ |
D | efs.h | 128 struct statfs;
|
D | super.c | 126 .statfs = efs_statfs,
|
/linux-4.19.296/fs/configfs/ |
D | mount.c | 45 .statfs = simple_statfs,
|
/linux-4.19.296/fs/ramfs/ |
D | inode.c | 173 .statfs = simple_statfs,
|
/linux-4.19.296/fs/efivarfs/ |
D | super.c | 29 .statfs = simple_statfs,
|
/linux-4.19.296/drivers/oprofile/ |
D | oprofilefs.c | 40 .statfs = simple_statfs,
|
/linux-4.19.296/fs/cachefiles/ |
D | bind.c | 131 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
|
/linux-4.19.296/fs/freevxfs/ |
D | vxfs_super.c | 151 .statfs = vxfs_statfs,
|
/linux-4.19.296/fs/coda/ |
D | inode.c | 110 .statfs = coda_statfs,
|
/linux-4.19.296/fs/overlayfs/ |
D | super.c | 393 .statfs = ovl_statfs, 779 struct kstatfs statfs; in ovl_check_namelen() local 780 int err = vfs_statfs(path, &statfs); in ovl_check_namelen() 785 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
|
/linux-4.19.296/fs/nfsd/ |
D | nfs4xdr.c | 2405 struct kstatfs statfs; in nfsd4_encode_fattr() local 2445 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr() 2696 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 2702 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 2708 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr() 2737 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr() 2790 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 2797 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 2804 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
|
/linux-4.19.296/fs/nfs/ |
D | nfs4super.c | 56 .statfs = nfs_statfs,
|
/linux-4.19.296/fs/autofs/ |
D | inode.c | 106 .statfs = simple_statfs,
|
/linux-4.19.296/fs/jffs2/ |
D | super.c | 263 .statfs = jffs2_statfs,
|
/linux-4.19.296/fs/kernfs/ |
D | mount.c | 59 .statfs = simple_statfs,
|