Home
last modified time | relevance | path

Searched refs:st_blksize (Results 1 – 13 of 13) sorted by relevance

/qemu/linux-user/
H A Dsyscall_defs.h1251 abi_ulong st_blksize; member
1463 abi_ulong st_blksize; member
1516 abi_ulong st_blksize; member
1544 abi_int st_blksize; member
1570 abi_ulong st_blksize; member
1814 abi_ulong st_blksize; member
1905 abi_ulong st_blksize; member
1921 abi_int st_blksize; member
1994 abi_int st_blksize; member
2019 abi_int st_blksize; member
[all …]
H A Dsyscall.c7603 __put_user(host_st->st_blksize, &target_st->st_blksize); in host_to_target_stat64()
7638 __put_user(host_st->st_blksize, &target_st->st_blksize); in host_to_target_stat64()
10879 __put_user(st.st_blksize, &target_st->st_blksize); in _syscall2()
11799 __put_user(st.st_blksize, &target_stx->stx_blksize); in _syscall2()
/qemu/bsd-user/freebsd/
H A Dos-stat.c50 __put_user(host_st->st_blksize, &target_st->st_blksize); in h2t_freebsd11_stat()
97 __put_user(host_st->st_blksize, &target_st->st_blksize); in h2t_freebsd_stat()
129 __put_user(host_st->st_blksize, &target_st->st_blksize); in h2t_freebsd11_nstat()
/qemu/bsd-user/
H A Dsyscall_defs.h233 uint32_t st_blksize; /* optimal blocksize for I/O */ member
282 uint32_t st_blksize; /* optimal blocksize for I/O */ member
303 uint32_t st_blksize; /* optimal blocksize for I/O */ member
/qemu/hw/9pfs/
H A D9p-proxy.h79 uint64_t st_blksize; member
H A D9p-proxy.c154 stbuf->st_blksize = prstat->st_blksize; in prstat_to_stat()
241 &prstat.st_size, &prstat.st_blksize, in v9fs_receive_response()
H A D9p-synth.c149 stbuf->st_blksize = 0; in synth_fill_statbuf()
H A D9p.c1330 return blksize_to_iounit(pdu, stbuf->st_blksize); in stat_to_iounit()
1344 v9lstat->st_blksize = stat_to_iounit(pdu, stbuf); in stat_to_v9stat_dotl()
/qemu/fsdev/
H A D9p-marshal.h59 uint64_t st_blksize; member
H A Dvirtfs-proxy-helper.c521 pr_stat->st_blksize = stat->st_blksize; in stat_to_prstat()
579 pr_stat.st_size, pr_stat.st_blksize, in do_stat()
H A D9p-iov-marshal.c271 statp->st_size, statp->st_blksize, in v9fs_iov_vmarshal()
/qemu/block/export/
H A Dfuse.c434 .st_blksize = blk_bs(exp->common.blk)->bl.request_alignment, in fuse_getattr()
/qemu/semihosting/
H A Dsyscalls.c103 p->gdb_st_blksize = cpu_to_be64(s->st_blksize); in copy_stat_to_user()