Home
last modified time | relevance | path

Searched refs:st_blocks (Results 1 – 17 of 17) sorted by relevance

/qemu/linux-user/
H A Dsyscall_defs.h1252 abi_ulong st_blocks; member
1464 abi_ulong st_blocks; member
1517 abi_ulong st_blocks; member
1546 abi_llong st_blocks; member
1571 abi_ulong st_blocks; member
1815 abi_ulong st_blocks; member
1923 abi_long st_blocks; member
1996 abi_long st_blocks; member
2021 abi_llong st_blocks; member
2052 abi_int st_blocks; member
[all …]
H A Dsyscall.c7604 __put_user(host_st->st_blocks, &target_st->st_blocks); in host_to_target_stat64()
7639 __put_user(host_st->st_blocks, &target_st->st_blocks); in host_to_target_stat64()
10880 __put_user(st.st_blocks, &target_st->st_blocks); in _syscall2()
11800 __put_user(st.st_blocks, &target_stx->stx_blocks); in _syscall2()
/qemu/bsd-user/freebsd/
H A Dos-stat.c49 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd11_stat()
96 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd_stat()
128 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd11_nstat()
/qemu/block/
H A Dnfs.c62 uint64_t st_blocks; member
550 client->st_blocks = st.st_blocks; in nfs_client_open()
738 return client->st_blocks * 512; in nfs_co_get_allocated_file_size()
755 return (task.ret < 0 ? task.ret : st.st_blocks * 512); in nfs_co_get_allocated_file_size()
815 client->st_blocks = st.st_blocks; in nfs_reopen_prepare()
H A Dgluster.c1343 return st.st_blocks * 512; in qemu_gluster_co_get_allocated_file_size()
H A Dfile-posix.c2868 return (int64_t)st.st_blocks * 512; in raw_co_get_allocated_file_size()
/qemu/tests/qemu-iotests/
H A D298148 self.assertLess(abs(stat.st_blocks - refstat.st_blocks) * 512,
/qemu/bsd-user/
H A Dsyscall_defs.h232 int64_t st_blocks; /* blocks allocated for file */ member
281 int64_t st_blocks; /* blocks allocated for file */ member
302 int64_t st_blocks; /* blocks allocated for file */ member
/qemu/hw/9pfs/
H A D9p-proxy.h80 uint64_t st_blocks; member
H A D9p-proxy.c155 stbuf->st_blocks = prstat->st_blocks; in prstat_to_stat()
242 &prstat.st_blocks, in v9fs_receive_response()
H A D9p-synth.c150 stbuf->st_blocks = 0; in synth_fill_statbuf()
H A D9p.c1345 v9lstat->st_blocks = stbuf->st_blocks; in stat_to_v9stat_dotl()
/qemu/fsdev/
H A D9p-marshal.h60 uint64_t st_blocks; member
H A Dvirtfs-proxy-helper.c522 pr_stat->st_blocks = stat->st_blocks; in stat_to_prstat()
580 pr_stat.st_blocks, in do_stat()
H A D9p-iov-marshal.c272 statp->st_blocks, statp->st_atime_sec, in v9fs_iov_vmarshal()
/qemu/block/export/
H A Dfuse.c435 .st_blocks = allocated_blocks, in fuse_getattr()
/qemu/semihosting/
H A Dsyscalls.c104 p->gdb_st_blocks = cpu_to_be64(s->st_blocks); in copy_stat_to_user()