Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c7653 struct target_statx *target_stx; in host_to_target_statx() local
7658 memset(target_stx, 0, sizeof(*target_stx)); in host_to_target_statx()
7660 __put_user(host_stx->stx_mask, &target_stx->stx_mask); in host_to_target_statx()
7664 __put_user(host_stx->stx_uid, &target_stx->stx_uid); in host_to_target_statx()
7665 __put_user(host_stx->stx_gid, &target_stx->stx_gid); in host_to_target_statx()
7666 __put_user(host_stx->stx_mode, &target_stx->stx_mode); in host_to_target_statx()
7667 __put_user(host_stx->stx_ino, &target_stx->stx_ino); in host_to_target_statx()
7684 unlock_user_struct(target_stx, target_addr, 1); in host_to_target_statx()
11629 struct target_statx *target_stx; in _syscall2() local
11666 memset(target_stx, 0, sizeof(*target_stx)); in _syscall2()
[all …]