Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall_defs.h1243 abi_ulong st_ino; member
1451 abi_ulong st_ino; member
1482 abi_ullong st_ino; member
1509 abi_ulong st_ino; member
1554 abi_ullong st_ino; member
1562 abi_ulong st_ino; member
1807 abi_ulong st_ino; member
1891 abi_ulong st_ino; member
1913 abi_ulong st_ino; member
1986 abi_ulong st_ino; member
[all …]
H A Dsyscall.c7593 __put_user(host_st->st_ino, &target_st->st_ino); in host_to_target_stat64()
7595 __put_user(host_st->st_ino, &target_st->__st_ino); in host_to_target_stat64()
7627 __put_user(host_st->st_ino, &target_st->st_ino); in host_to_target_stat64()
7629 __put_user(host_st->st_ino, &target_st->__st_ino); in host_to_target_stat64()
10872 __put_user(st.st_ino, &target_st->st_ino); in _syscall2()
11791 __put_user(st.st_ino, &target_stx->stx_ino); in _syscall2()
/qemu/bsd-user/freebsd/
H A Dos-stat.c36 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_stat()
71 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd_stat()
115 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_nstat()
/qemu/bsd-user/
H A Dsyscall_defs.h222 uint32_t st_ino; /* inode's number */ member
256 uint64_t st_ino; /* inode's number */ member
292 uint32_t st_ino; /* inode's number */ member
/qemu/hw/9pfs/
H A D9p-proxy.h72 uint64_t st_ino; member
H A D9p-proxy.c147 stbuf->st_ino = prstat->st_ino; in prstat_to_stat()
238 &prstat.st_ino, &prstat.st_nlink, in v9fs_receive_response()
H A D9p.c848 .ino = stbuf->st_ino in qid_path_fullmap()
926 .ino_prefix = (uint16_t) (stbuf->st_ino >> (64 - ino_hash_bits)) in qid_path_suffixmap()
950 *path = (stbuf->st_ino << val->qp_affix.bits) | val->qp_affix.value; in qid_path_suffixmap()
990 size = MIN(sizeof(stbuf->st_ino), sizeof(qidp->path)); in stat_to_qid()
991 memcpy(&qidp->path, &stbuf->st_ino, size); in stat_to_qid()
1772 return a->st_dev == b->st_dev && a->st_ino == b->st_ino; in same_stat_id()
H A D9p-synth.c142 stbuf->st_ino = node->attr->inode; in synth_fill_statbuf()
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c514 pr_stat->st_ino = stat->st_ino; in stat_to_prstat()
576 pr_stat.st_ino, pr_stat.st_nlink, in do_stat()
/qemu/util/
H A Doslib-posix.c160 if (a.st_ino == b.st_ino) { in qemu_write_pidfile()
/qemu/semihosting/
H A Dsyscalls.c81 s->st_ino != (uint32_t)s->st_ino) { in copy_stat_to_user()
91 p->gdb_st_ino = cpu_to_be32(s->st_ino); in copy_stat_to_user()
/qemu/tests/qtest/
H A Dvirtio-9p-test.c665 g_assert(st_link.st_ino == st_real.st_ino); in fs_hardlink_file()
/qemu/block/export/
H A Dfuse.c428 .st_ino = inode, in fuse_getattr()