Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c9577 struct target_utimbuf *target_tbuf; in _syscall2() local
9579 if (!lock_user_struct(VERIFY_READ, target_tbuf, arg2, 1)) in _syscall2()
9581 tbuf.actime = tswapal(target_tbuf->actime); in _syscall2()
9582 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()
9583 unlock_user_struct(target_tbuf, arg2, 0); in _syscall2()