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.c7698 struct target_statx *target_stx; in host_to_target_statx() local
7700 if (!lock_user_struct(VERIFY_WRITE, target_stx, target_addr, 0)) { in host_to_target_statx()
7703 memset(target_stx, 0, sizeof(*target_stx)); in host_to_target_statx()
7705 __put_user(host_stx->stx_mask, &target_stx->stx_mask); in host_to_target_statx()
7706 __put_user(host_stx->stx_blksize, &target_stx->stx_blksize); in host_to_target_statx()
7707 __put_user(host_stx->stx_attributes, &target_stx->stx_attributes); in host_to_target_statx()
7708 __put_user(host_stx->stx_nlink, &target_stx->stx_nlink); in host_to_target_statx()
7709 __put_user(host_stx->stx_uid, &target_stx->stx_uid); in host_to_target_statx()
7710 __put_user(host_stx->stx_gid, &target_stx->stx_gid); in host_to_target_statx()
7711 __put_user(host_stx->stx_mode, &target_stx->stx_mode); in host_to_target_statx()
[all …]