/openbmc/linux/fs/orangefs/ |
H 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() 206 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs() 209 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs() 210 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() 211 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs() [all …]
|
/openbmc/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() 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
|
/openbmc/linux/fs/ecryptfs/ |
H 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,
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | tracelog.c | 29 struct statfs st_fs; in validate_tracefs_mnt() 31 if (statfs(mnt, &st_fs) < 0) in validate_tracefs_mnt()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.h | 40 __sym_compat(statfs, freebsd11_statfs, FBSD_1.0); 301 struct statfs host_stfs; in do_freebsd_fhstatfs() 336 struct statfs host_stfs; in do_freebsd_statfs() 339 ret = get_errno(statfs(path(p), &host_stfs)); in do_freebsd_statfs() 366 struct statfs host_stfs; in do_freebsd_fstatfs() 419 struct statfs *host_stfs; in do_freebsd_getfsstat() 431 host_bufsize = sizeof(struct statfs) * count; in do_freebsd_getfsstat()
|
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 156 int (*statfs)(FsContext *s, V9fsPath *path, struct statfs *stbuf); member
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | mem.c | 49 struct statfs st; in check_tmpfs() 52 if (statfs(dir, &st) < 0) { in check_tmpfs()
|
/openbmc/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()
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | file | 17 statfs
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
H A D | cross-answers-aarch64.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-mips64el.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-powerpc.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-aarch64_be.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-mips.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-riscv32.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-powerpc64.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-powerpc64le.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-armeb.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-x86_64.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-mipsel.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-i686.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-mips64.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-riscv64.txt | 29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
H A D | cross-answers-i586.txt | 30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
|
/openbmc/qemu/util/ |
H A D | mmap-alloc.c | 36 struct statfs fs; in qemu_fd_getfs() 63 struct statfs fs; in qemu_fd_getpagesize()
|