Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c191 __put_user(host_statfs->f_iosize, &target_statfs->f_iosize); in h2t_freebsd11_statfs()
229 __put_user(host_statfs->f_iosize, &target_statfs->f_iosize); in h2t_freebsd_statfs()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h332 uint64_t f_iosize; /* optimal transfer block size */ member
357 uint64_t f_iosize; /* optimal transfer block size */ member
/openbmc/qemu/block/
H A Dfile-posix.c1514 bs->bl.opt_transfer = buf.f_iosize; in raw_refresh_limits()