Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/fs/orangefs/
A Dsuper.c182 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()
206 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
210 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
212 buf->f_files = (sector_t) new_op->downcall.resp.statfs.files_total; in orangefs_statfs()
213 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
[all …]
A Ddowncall.h114 struct orangefs_statfs_response statfs; member
A Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/linux/fs/
A Dstatfs.c59 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/fs/ecryptfs/
A Dsuper.c95 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 Dtracelog.c29 struct statfs st_fs; in validate_tracefs_mnt()
31 if (statfs(mnt, &st_fs) < 0) in validate_tracefs_mnt()
/linux/tools/testing/selftests/mm/
A Dhugetlb-soft-offline.c129 static int create_hugetlbfs_file(struct statfs *file_stat) in create_hugetlbfs_file()
159 struct statfs file_stat; in test_soft_offline_common()
A Dhugetlb-read-hwpoison.c238 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/
A Dmem.c50 struct statfs st; in check_tmpfs()
53 if (statfs(dir, &st) < 0) { in check_tmpfs()
/linux/tools/testing/selftests/mount/
A Dnosymfollow-test.c178 struct statfs buf; in test_statfs()
181 ret = statfs(TMP, &buf); in test_statfs()
/linux/tools/perf/trace/strace/groups/
A Dfile17 statfs
A Dstring56 statfs
/linux/arch/s390/include/uapi/asm/
A Dstatfs.h21 struct statfs { struct
/linux/arch/loongarch/include/asm/
A DKbuild12 generic-y += statfs.h
/linux/include/uapi/asm-generic/
A Dstatfs.h23 struct statfs { struct
A DKbuild31 mandatory-y += statfs.h
/linux/arch/mips/include/uapi/asm/
A Dstatfs.h23 struct statfs { struct
/linux/fs/9p/
A Dvfs_super.c285 .statfs = simple_statfs,
296 .statfs = v9fs_statfs,
/linux/fs/efs/
A Defs.h125 struct statfs;
/linux/tools/lib/api/fs/
A Dfs.c179 struct statfs st_fs; in fs__valid_mount()
181 if (statfs(fs, &st_fs) < 0) in fs__valid_mount()
/linux/tools/testing/selftests/proc/
A Dread.c130 struct statfs sfs; in main()
/linux/fs/configfs/
A Dmount.c38 .statfs = simple_statfs,
/linux/tools/testing/selftests/cachestat/
A Dtest_cachestat.c103 struct statfs statfs_buf; in is_on_tmpfs()
/linux/tools/testing/selftests/filesystems/statmount/
A Dstatmount_test.c325 struct statfs sf; in test_statmount_sb_basic()
358 ret = statfs("/", &sf); in test_statmount_sb_basic()
/linux/tools/perf/util/
A Dcgroup.c90 struct statfs stbuf; in cgroup_is_v2()
95 if (statfs(mnt, &stbuf) < 0) in cgroup_is_v2()

Completed in 39 milliseconds

1234567