Searched refs:f_blocks (Results 1 – 11 of 11) sorted by relevance
192 __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()
333 uint64_t f_blocks; /* total data blocks in filesystem */ member358 uint64_t f_blocks; /* total data blocks in filesystem */ member
2098 abi_int f_blocks; member2115 abi_long f_blocks; member2134 abi_ullong f_blocks; member2151 abi_long f_blocks; member2166 abi_long f_blocks; member2181 abi_long f_blocks; member2197 abi_long f_blocks; member2212 abi_uint f_blocks; member2227 abi_ullong f_blocks; member
10765 __put_user(stfs.f_blocks, &target_stfs->f_blocks); in _syscall2()10804 __put_user(stfs.f_blocks, &target_stfs->f_blocks); in _syscall2()
180 double total = buffer.f_blocks * buffer.f_frsize; in readStorage()
212 totalSpace = st.f_blocks * st.f_frsize
452 stbuf->f_blocks = 0; in synth_statfs()
3630 uint64_t f_blocks; in v9fs_fill_statfs() local3656 f_blocks = stbuf->f_blocks / bsize_factor; in v9fs_fill_statfs()3672 f_type, f_bsize, f_blocks, f_bfree, in v9fs_fill_statfs()
1098 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()
888 usb_mtp_add_u64(d, (uint64_t)buf.f_frsize * buf.f_blocks); in usb_mtp_get_storage_info()
589 buf->f_blocks = c->block_cnt; in ubifs_statfs()