| /linux/fs/orangefs/ |
| H A D | super.c | 161 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs() 176 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs() 177 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs() 178 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs() 179 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs() 180 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs() 185 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs() 188 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs() 189 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() 190 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() [all …]
|
| H A D | downcall.h | 114 struct orangefs_statfs_response statfs; member
|
| H A D | upcall.h | 242 struct orangefs_statfs_request_s statfs; member
|
| /linux/fs/ |
| H 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() 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() 303 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
|
| /linux/fs/ecryptfs/ |
| H A D | super.c | 92 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 95 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs() 171 .statfs = ecryptfs_statfs,
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb-soft-offline.c | 129 static int create_hugetlbfs_file(struct statfs *file_stat) in create_hugetlbfs_file() 159 struct statfs file_stat; in test_soft_offline_common()
|
| H A 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/arch/um/os-Linux/ |
| H A D | mem.c | 62 struct statfs st; in check_tmpfs() 65 if (statfs(dir, &st) < 0) { in check_tmpfs()
|
| /linux/tools/testing/selftests/mount/ |
| H 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/ |
| H A D | file | 17 statfs
|
| H A D | string | 56 statfs
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 21 struct statfs { struct
|
| /linux/arch/loongarch/include/asm/ |
| H A D | Kbuild | 13 generic-y += statfs.h
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 23 struct statfs { struct
|
| H A D | Kbuild | 31 mandatory-y += statfs.h
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | statfs.h | 23 struct statfs { struct
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 264 .statfs = simple_statfs, 275 .statfs = v9fs_statfs,
|
| /linux/fs/efs/ |
| H A D | efs.h | 125 struct statfs;
|
| /linux/tools/testing/selftests/proc/ |
| H A D | read.c | 130 struct statfs sfs; in main()
|
| /linux/fs/configfs/ |
| H A D | mount.c | 38 .statfs = simple_statfs,
|
| /linux/tools/perf/util/ |
| H A D | cgroup.c | 91 struct statfs stbuf; in cgroup_is_v2() 96 if (statfs(mnt, &stbuf) < 0) in cgroup_is_v2()
|
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 324 struct statfs sf; in test_statmount_sb_basic() 357 ret = statfs("/", &sf); in test_statmount_sb_basic()
|
| /linux/security/ |
| H A D | inode.c | 38 .statfs = simple_statfs,
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 98 int (*statfs)(struct dentry *dentry, struct kstatfs *kstatfs); member
|
| /linux/fs/nfs/ |
| H A D | nfs4super.c | 29 .statfs = nfs_statfs,
|