Searched refs:f_bsize (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-stat.c | 190 __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 D | syscall_defs.h | 331 uint64_t f_bsize; /* filesystem fragment size */ member 356 uint64_t f_bsize; /* filesystem fragment size */ member
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall_defs.h | 2102 abi_int f_bsize; 2119 abi_long f_bsize; 2137 abi_uint f_bsize; 2156 abi_long f_bsize; 2171 abi_long f_bsize; 2186 abi_int f_bsize; 2202 abi_int f_bsize; 2217 abi_uint f_bsize; 2232 abi_uint f_bsize; 2096 abi_int f_bsize; global() member 2113 abi_long f_bsize; global() member 2131 abi_uint f_bsize; global() member 2150 abi_long f_bsize; global() member 2165 abi_long f_bsize; global() member 2180 abi_int f_bsize; global() member 2196 abi_int f_bsize; global() member 2211 abi_uint f_bsize; global() member 2226 abi_uint f_bsize; global() member
|
| H A D | syscall.c | 10993 __put_user(stfs.f_bsize, &target_stfs->f_bsize); in _syscall2() 11032 __put_user(stfs.f_bsize, &target_stfs->f_bsize); in _syscall2()
|
| /openbmc/qemu/util/ |
| H A D | mmap-alloc.c | 72 return fs.f_bsize; in qemu_fd_getpagesize()
|
| /openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
| H A D | metric.cpp | 419 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 D | 9p.c | 2034 return blksize_to_iounit(pdu, (err >= 0) ? stbuf.f_bsize : 0); 3631 uint32_t f_bsize; in v9fs_fill_statfs() 3646 bsize_factor = (s->msize - P9_IOHDRSZ) / stbuf->f_bsize; in v9fs_fill_statfs() 3651 f_bsize = stbuf->f_bsize; in v9fs_fill_statfs() 3652 f_bsize *= bsize_factor; in v9fs_fill_statfs() 3654 * f_bsize is adjusted(multiplied) by bsize factor, so we need to in v9fs_fill_statfs() 3674 f_type, f_bsize, f_blocks, f_bfree, in v9fs_fill_statfs() 3629 uint32_t f_bsize; v9fs_fill_statfs() local
|
| H A D | 9p-synth.c | 451 stbuf->f_bsize = 512; in synth_statfs()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | super.c | 588 buf->f_bsize = UBIFS_BLOCK_SIZE; in ubifs_statfs()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.c | 369 return fs.f_bsize; in get_fd_hugepagesize()
|
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 1575 bs->bl.pdiscard_alignment = buf.f_bsize; in raw_refresh_limits()
|