Home
last modified time | relevance | path

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

12

/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);
H A Dos-stat.c218 struct statfs *host_statfs) in h2t_freebsd_statfs()
/qemu/fsdev/
H A Dfile-op-9p.h156 int (*statfs)(FsContext *s, V9fsPath *path, struct statfs *stbuf); member
H A Dvirtfs-proxy-helper.c531 static void statfs_to_prstatfs(ProxyStatFS *pr_stfs, struct statfs *stfs) in statfs_to_prstatfs()
559 struct statfs stfs_buf; in do_stat()
587 retval = statfs(path.data, &stfs_buf); in do_stat()
1062 struct statfs st_fs; in main()
1168 retval = statfs("/", &st_fs); in main()
/qemu/util/
H A Dmmap-alloc.c36 struct statfs fs; in qemu_fd_getfs()
63 struct statfs fs; in qemu_fd_getpagesize()
/qemu/hw/9pfs/
H A Dcofs.c78 struct statfs *stbuf) in v9fs_co_statfs()
89 err = s->ops->statfs(&s->ctx, path, stbuf); in v9fs_co_statfs()
H A Dcoth.h70 int coroutine_fn v9fs_co_statfs(V9fsPDU *, V9fsPath *, struct statfs *);
H A D9p-synth.c434 struct statfs *stbuf) in synth_statfs()
645 .statfs = synth_statfs,
H A D9p-local.c1185 static int local_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in local_statfs()
1418 struct statfs stbuf; in local_ioc_getversion_init()
1604 .statfs = local_statfs,
H A D9p-proxy.c120 static void prstatfs_to_statfs(struct statfs *stfs, ProxyStatFS *prstfs) in prstatfs_to_statfs()
989 static int proxy_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in proxy_statfs()
1271 .statfs = proxy_statfs,
/qemu/qga/
H A Dcommands-bsd.c36 struct statfs *mntbuf, *mntp; in build_fs_mount_list()
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc100 [ 99] = 2, /* statfs */
/qemu/tests/qtest/
H A Dvhost-user-test.c523 struct statfs fs; in init_hugepagefs()
540 ret = statfs(path, &fs); in init_hugepagefs()
/qemu/bsd-user/openbsd/
H A Dstrace.list168 { TARGET_OPENBSD_NR_statfs, "statfs", "%s(\"%s\",%p)", NULL, NULL },
/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl144 134 n32 statfs compat_sys_statfs
H A Dsyscall_n64.tbl144 134 n64 statfs sys_statfs
/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl148 137 common statfs sys_statfs
/qemu/linux-user/xtensa/
H A Dsyscall.tbl201 184 common statfs sys_statfs
/qemu/linux-user/microblaze/
H A Dsyscall.tbl109 99 common statfs sys_statfs
/qemu/linux-user/m68k/
H A Dsyscall.tbl109 99 common statfs sys_statfs
/qemu/linux-user/sh4/
H A Dsyscall.tbl109 99 common statfs sys_statfs
/qemu/linux-user/arm/
H A Dsyscall.tbl114 99 common statfs sys_statfs
/qemu/linux-user/hppa/
H A Dsyscall.tbl112 99 common statfs sys_statfs compat_sys_statfs
/qemu/linux-user/alpha/
H A Dsyscall.tbl261 328 common statfs sys_statfs

12