Home
last modified time | relevance | path

Searched refs:host_stfs (Results 1 – 1 of 1) sorted by relevance

/qemu/bsd-user/freebsd/
H A Dos-stat.h282 struct freebsd11_statfs host_stfs; in do_freebsd11_fhstatfs() local
301 struct statfs host_stfs; in do_freebsd_fhstatfs() local
319 struct freebsd11_statfs host_stfs; in do_freebsd11_statfs() local
336 struct statfs host_stfs; in do_freebsd_statfs() local
352 struct freebsd11_statfs host_stfs; in do_freebsd11_fstatfs() local
366 struct statfs host_stfs; in do_freebsd_fstatfs() local
394 host_stfs = alloca(host_bufsize); in do_freebsd11_getfsstat()
395 if (!host_stfs) { in do_freebsd11_getfsstat()
419 struct statfs *host_stfs; in do_freebsd_getfsstat() local
432 host_stfs = alloca(host_bufsize); in do_freebsd_getfsstat()
[all …]