Home
last modified time | relevance | path

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

123

/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()
H A Dqemu-os.h48 struct statfs *host_statfs);
/openbmc/qemu/fsdev/
H A Dfile-op-9p.h160 int (*statfs)(FsContext *s, V9fsPath *path, struct statfs *stbuf); member
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/
H A Dcross-answers-aarch64.txt29 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-powerpc.txt30 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-mips.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-powerpc64.txt30 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-armeb.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-mipsel.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-mips64.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
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
/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-security/recipes-security/ecryptfs-utils/files/
H A Ddefine_musl_sword_type.patch12 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-linux.patch17 * Select the type of statfs() system call (if any).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch23 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-lmon16g.c-Adjust-system-headers.patch44 #include <sys/statfs.h>
/openbmc/qemu/qga/
H A Dcommands-bsd.c35 struct statfs *mntbuf, *mntp; in build_fs_mount_list()

123