Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c10610 struct target_statfs *target_stfs; in _syscall2() local
10614 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2()
10615 __put_user(stfs.f_bsize, &target_stfs->f_bsize); in _syscall2()
10628 __put_user(0, &target_stfs->f_flags); in _syscall2()
10630 memset(target_stfs->f_spare, 0, sizeof(target_stfs->f_spare)); in _syscall2()
10631 unlock_user_struct(target_stfs, arg2, 1); in _syscall2()
10649 struct target_statfs64 *target_stfs; in _syscall2() local
10653 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2()
10667 __put_user(0, &target_stfs->f_flags); in _syscall2()
10669 memset(target_stfs->f_spare, 0, sizeof(target_stfs->f_spare)); in _syscall2()
[all …]