/Linux-v5.4/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
|
/Linux-v5.4/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 \
|
/Linux-v5.4/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,
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | tracelog.c | 29 struct statfs st_fs; in validate_tracefs_mnt() 31 if (statfs(mnt, &st_fs) < 0) in validate_tracefs_mnt()
|
D | feature.c | 42 struct statfs st_fs; in check_procfs() 44 if (statfs("/proc", &st_fs) < 0) in check_procfs()
|
D | common.c | 65 struct statfs st_fs; in is_bpffs() 67 if (statfs(path, &st_fs) < 0) in is_bpffs()
|
/Linux-v5.4/arch/um/os-Linux/ |
D | mem.c | 26 struct statfs st; in check_tmpfs() 29 if (statfs(dir, &st) < 0) { in check_tmpfs()
|
D | user_syms.c | 99 EXPORT_SYMBOL_PROTO(statfs);
|
/Linux-v5.4/tools/perf/trace/strace/groups/ |
D | file | 17 statfs
|
D | string | 56 statfs
|
/Linux-v5.4/arch/s390/include/uapi/asm/ |
D | statfs.h | 21 struct statfs { struct
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | statfs.h | 23 struct statfs { struct
|
D | Kbuild | 31 mandatory-y += statfs.h
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | statfs.h | 23 struct statfs { struct
|
/Linux-v5.4/fs/9p/ |
D | vfs_super.c | 337 .statfs = simple_statfs, 347 .statfs = v9fs_statfs,
|
/Linux-v5.4/tools/lib/api/fs/ |
D | fs.c | 166 struct statfs st_fs; in fs__valid_mount() 168 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()
|
/Linux-v5.4/fs/efs/ |
D | efs.h | 128 struct statfs;
|
/Linux-v5.4/tools/testing/selftests/proc/ |
D | read.c | 128 struct statfs sfs; in main()
|
/Linux-v5.4/fs/configfs/ |
D | mount.c | 40 .statfs = simple_statfs,
|
/Linux-v5.4/security/ |
D | inode.c | 36 .statfs = simple_statfs,
|
/Linux-v5.4/fs/efivarfs/ |
D | super.c | 27 .statfs = simple_statfs,
|
/Linux-v5.4/fs/ramfs/ |
D | inode.c | 175 .statfs = simple_statfs,
|