Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c192 __put_user(host_statfs->f_blocks, &target_statfs->f_blocks); in h2t_freebsd11_statfs()
230 __put_user(host_statfs->f_blocks, &target_statfs->f_blocks); in h2t_freebsd_statfs()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h333 uint64_t f_blocks; /* total data blocks in filesystem */ member
358 uint64_t f_blocks; /* total data blocks in filesystem */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2098 abi_int f_blocks; member
2115 abi_long f_blocks; member
2134 abi_ullong f_blocks; member
2151 abi_long f_blocks; member
2166 abi_long f_blocks; member
2181 abi_long f_blocks; member
2197 abi_long f_blocks; member
2212 abi_uint f_blocks; member
2227 abi_ullong f_blocks; member
H A Dsyscall.c10765 __put_user(stfs.f_blocks, &target_stfs->f_blocks); in _syscall2()
10804 __put_user(stfs.f_blocks, &target_stfs->f_blocks); in _syscall2()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp180 double total = buffer.f_blocks * buffer.f_frsize; in readStorage()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmonitordisk.py212 totalSpace = st.f_blocks * st.f_frsize
/openbmc/qemu/hw/9pfs/
H A D9p-synth.c452 stbuf->f_blocks = 0; in synth_statfs()
H A D9p.c3630 uint64_t f_blocks; in v9fs_fill_statfs() local
3656 f_blocks = stbuf->f_blocks / bsize_factor; in v9fs_fill_statfs()
3672 f_type, f_bsize, f_blocks, f_bfree, in v9fs_fill_statfs()
/openbmc/qemu/qga/
H A Dcommands-linux.c1098 used = buf.f_blocks - buf.f_bfree; in build_guest_fsinfo()
1102 fs->total_bytes_privileged = buf.f_blocks * fr_size; in build_guest_fsinfo()
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c888 usb_mtp_add_u64(d, (uint64_t)buf.f_frsize * buf.f_blocks); in usb_mtp_get_storage_info()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c589 buf->f_blocks = c->block_cnt; in ubifs_statfs()