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.c10091 struct target_utimbuf *target_tbuf; in _syscall2() local
10093 if (!lock_user_struct(VERIFY_READ, target_tbuf, arg2, 1)) in _syscall2()
10095 tbuf.actime = tswapal(target_tbuf->actime); in _syscall2()
10096 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()
10097 unlock_user_struct(target_tbuf, arg2, 0); in _syscall2()