/linux-6.6.21/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
|
/linux-6.6.21/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
|
/linux-6.6.21/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-6.6.21/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()
|
/linux-6.6.21/arch/um/os-Linux/ |
D | mem.c | 48 struct statfs st; in check_tmpfs() 51 if (statfs(dir, &st) < 0) { in check_tmpfs()
|
/linux-6.6.21/tools/testing/selftests/mount/ |
D | nosymfollow-test.c | 178 struct statfs buf; in test_statfs() 181 ret = statfs(TMP, &buf); in test_statfs()
|
/linux-6.6.21/tools/perf/trace/strace/groups/ |
D | file | 17 statfs
|
D | string | 56 statfs
|
/linux-6.6.21/arch/s390/include/uapi/asm/ |
D | statfs.h | 21 struct statfs { struct
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | statfs.h | 23 struct statfs { struct
|
D | Kbuild | 31 mandatory-y += statfs.h
|
/linux-6.6.21/arch/mips/include/uapi/asm/ |
D | statfs.h | 23 struct statfs { struct
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | Kbuild | 18 generic-y += statfs.h
|
/linux-6.6.21/tools/testing/selftests/mm/ |
D | hugetlb-read-hwpoison.c | 238 static int create_hugetlbfs_file(struct statfs *file_stat) in create_hugetlbfs_file() 267 struct statfs file_stat; in main()
|
/linux-6.6.21/fs/9p/ |
D | vfs_super.c | 322 .statfs = simple_statfs, 332 .statfs = v9fs_statfs,
|
/linux-6.6.21/fs/efs/ |
D | efs.h | 125 struct statfs;
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | read.c | 130 struct statfs sfs; in main()
|
/linux-6.6.21/tools/lib/api/fs/ |
D | fs.c | 178 struct statfs st_fs; in fs__valid_mount() 180 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()
|
/linux-6.6.21/fs/configfs/ |
D | mount.c | 38 .statfs = simple_statfs,
|
/linux-6.6.21/tools/perf/util/ |
D | cgroup.c | 82 struct statfs stbuf; in cgroup_is_v2() 87 if (statfs(mnt, &stbuf) < 0) in cgroup_is_v2()
|
/linux-6.6.21/security/ |
D | inode.c | 36 .statfs = simple_statfs,
|
/linux-6.6.21/tools/testing/selftests/cachestat/ |
D | test_cachestat.c | 102 struct statfs statfs_buf; in is_on_tmpfs()
|
/linux-6.6.21/fs/nfs/ |
D | nfs4super.c | 29 .statfs = nfs_statfs,
|