/linux/fs/orangefs/ |
A 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() 209 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() 211 buf->f_files = (sector_t) new_op->downcall.resp.statfs.files_total; in orangefs_statfs() 212 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs() [all …]
|
A D | downcall.h | 114 struct orangefs_statfs_response statfs; member
|
A D | upcall.h | 242 struct orangefs_statfs_request_s statfs; member
|
/linux/fs/ |
A 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
|
A D | .statfs.o.cmd | 1 …statfs.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_fs/statfs.o := fs/statfs.c 5 deps_fs/statfs.o := \ 1208 include/linux/statfs.h \ 1209 arch/arm64/include/uapi/asm/statfs.h \ 1210 include/asm-generic/statfs.h \ 1211 include/uapi/asm-generic/statfs.h \ 1214 fs/statfs.o: $(deps_fs/statfs.o) 1216 $(deps_fs/statfs.o):
|
A D | .built-in.a.cmd | 1 …/splice.o fs/sync.o fs/utimes.o fs/d_path.o fs/stack.o fs/fs_struct.o fs/statfs.o fs/fs_pin.o fs/n…
|
/linux/fs/ecryptfs/ |
A 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/tools/bpf/bpftool/ |
A D | tracelog.c | 29 struct statfs st_fs; in validate_tracefs_mnt() 31 if (statfs(mnt, &st_fs) < 0) in validate_tracefs_mnt()
|
A D | feature.c | 50 struct statfs st_fs; in check_procfs() 52 if (statfs("/proc", &st_fs) < 0) in check_procfs()
|
/linux/arch/um/os-Linux/ |
A D | mem.c | 26 struct statfs st; in check_tmpfs() 29 if (statfs(dir, &st) < 0) { in check_tmpfs()
|
A D | user_syms.c | 99 EXPORT_SYMBOL_PROTO(statfs);
|
/linux/tools/testing/selftests/mount/ |
A D | nosymfollow-test.c | 178 struct statfs buf; in test_statfs() 181 ret = statfs(TMP, &buf); in test_statfs()
|
/linux/tools/perf/trace/strace/groups/ |
A D | file | 17 statfs
|
A D | string | 56 statfs
|
/linux/arch/s390/include/uapi/asm/ |
A D | statfs.h | 21 struct statfs { struct
|
/linux/arch/mips/include/uapi/asm/ |
A D | statfs.h | 23 struct statfs { struct
|
/linux/include/uapi/asm-generic/ |
A D | statfs.h | 23 struct statfs { struct
|
A D | Kbuild | 31 mandatory-y += statfs.h
|
/linux/fs/9p/ |
A D | vfs_super.c | 341 .statfs = simple_statfs, 351 .statfs = v9fs_statfs,
|
/linux/tools/lib/api/fs/ |
A D | fs.c | 174 struct statfs st_fs; in fs__valid_mount() 176 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()
|
/linux/fs/efs/ |
A D | efs.h | 128 struct statfs;
|
/linux/tools/testing/selftests/proc/ |
A D | read.c | 130 struct statfs sfs; in main()
|
/linux/fs/configfs/ |
A D | mount.c | 38 .statfs = simple_statfs,
|
/linux/tools/perf/util/ |
A D | cgroup.c | 82 struct statfs stbuf; in cgroup_is_v2() 87 if (statfs(mnt, &stbuf) < 0) in cgroup_is_v2()
|
/linux/security/ |
A D | inode.c | 36 .statfs = simple_statfs,
|