Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h282 struct freebsd11_statfs host_stfs; in do_freebsd11_fhstatfs() local
288 ret = get_errno(freebsd11_fhstatfs(&host_fh, &host_stfs)); in do_freebsd11_fhstatfs()
292 return h2t_freebsd11_statfs(target_stfs_addr, &host_stfs); in do_freebsd11_fhstatfs()
301 struct statfs host_stfs; in do_freebsd_fhstatfs() local
307 ret = get_errno(fhstatfs(&host_fh, &host_stfs)); in do_freebsd_fhstatfs()
311 return h2t_freebsd_statfs(target_stfs_addr, &host_stfs); in do_freebsd_fhstatfs()
319 struct freebsd11_statfs host_stfs; in do_freebsd11_statfs() local
322 ret = get_errno(freebsd11_statfs(path(p), &host_stfs)); in do_freebsd11_statfs()
328 return h2t_freebsd11_statfs(arg2, &host_stfs); in do_freebsd11_statfs()
336 struct statfs host_stfs; in do_freebsd_statfs() local
[all …]