Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c190 __put_user(host_statfs->f_bsize, &target_statfs->f_bsize); in h2t_freebsd11_statfs()
228 __put_user(host_statfs->f_bsize, &target_statfs->f_bsize); in h2t_freebsd_statfs()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h331 uint64_t f_bsize; /* filesystem fragment size */ member
356 uint64_t f_bsize; /* filesystem fragment size */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2096 abi_int f_bsize; member
2113 abi_long f_bsize; member
2131 abi_uint f_bsize; member
2150 abi_long f_bsize; member
2165 abi_long f_bsize; member
2180 abi_int f_bsize; member
2196 abi_int f_bsize; member
2211 abi_uint f_bsize; member
2226 abi_uint f_bsize; member
H A Dsyscall.c10764 __put_user(stfs.f_bsize, &target_stfs->f_bsize); in _syscall2()
10803 __put_user(stfs.f_bsize, &target_stfs->f_bsize); in _syscall2()
/openbmc/qemu/util/
H A Dmmap-alloc.c72 return fs.f_bsize; in qemu_fd_getpagesize()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp419 ret.rwfs_kib_available = (rwFiData.f_bsize * rwFiData.f_bfree) / 1024; in getStorageMetric()
429 (tmpFiData.f_bsize * tmpFiData.f_bfree) / 1024; in getStorageMetric()
/openbmc/qemu/hw/9pfs/
H A D9p.c2032 return blksize_to_iounit(pdu, (err >= 0) ? stbuf.f_bsize : 0); in get_iounit()
3629 uint32_t f_bsize; in v9fs_fill_statfs() local
3644 bsize_factor = (s->msize - P9_IOHDRSZ) / stbuf->f_bsize; in v9fs_fill_statfs()
3649 f_bsize = stbuf->f_bsize; in v9fs_fill_statfs()
3650 f_bsize *= bsize_factor; in v9fs_fill_statfs()
3672 f_type, f_bsize, f_blocks, f_bfree, in v9fs_fill_statfs()
H A D9p-synth.c451 stbuf->f_bsize = 512; in synth_statfs()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c588 buf->f_bsize = UBIFS_BLOCK_SIZE; in ubifs_statfs()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c369 return fs.f_bsize; in get_fd_hugepagesize()
/openbmc/qemu/block/
H A Dfile-posix.c1566 bs->bl.pdiscard_alignment = buf.f_bsize; in raw_refresh_limits()