Home
last modified time | relevance | path

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

123456789

/openbmc/linux/fs/orangefs/
H 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()
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 …]
/openbmc/linux/fs/
H 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
/openbmc/linux/fs/ecryptfs/
H 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,
/openbmc/linux/tools/bpf/bpftool/
H A Dtracelog.c29 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 Dos-stat.h40 __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 Dfile-op-9p.h156 int (*statfs)(FsContext *s, V9fsPath *path, struct statfs *stbuf); member
/openbmc/linux/arch/um/os-Linux/
H A Dmem.c48 struct statfs st; in check_tmpfs()
51 if (statfs(dir, &st) < 0) { in check_tmpfs()
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dfile17 statfs
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h21 struct statfs { struct
/openbmc/linux/tools/testing/selftests/mount/
H A Dnosymfollow-test.c178 struct statfs buf; in test_statfs()
181 ret = statfs(TMP, &buf); in test_statfs()
/openbmc/qemu/util/
H A Dmmap-alloc.c36 struct statfs fs; in qemu_fd_getfs()
63 struct statfs fs; in qemu_fd_getpagesize()
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-mipsel.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-mips64el.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-aarch64_be.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-i586.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-arm.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-powerpc.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-riscv32.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-mips64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-powerpc64le.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-i686.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-x86_64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-armeb.txt30 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-aarch64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK
H A Dcross-answers-riscv64.txt29 vfs_fileid checking for statfs() and struct statfs.f_fsid: OK

123456789