Searched refs:target_stfs (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 10624 struct target_statfs *target_stfs; in _syscall2() local 10628 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2() 10629 __put_user(stfs.f_bsize, &target_stfs->f_bsize); in _syscall2() 10642 __put_user(0, &target_stfs->f_flags); in _syscall2() 10644 memset(target_stfs->f_spare, 0, sizeof(target_stfs->f_spare)); in _syscall2() 10645 unlock_user_struct(target_stfs, arg2, 1); in _syscall2() 10663 struct target_statfs64 *target_stfs; in _syscall2() local 10667 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2() 10681 __put_user(0, &target_stfs->f_flags); in _syscall2() 10683 memset(target_stfs->f_spare, 0, sizeof(target_stfs->f_spare)); in _syscall2() [all …]
|