Lines Matching refs:host_st

7577                                              struct stat *host_st)  in host_to_target_stat64()  argument
7586 __put_user(host_st->st_dev, &target_st->st_dev); in host_to_target_stat64()
7587 __put_user(host_st->st_ino, &target_st->st_ino); in host_to_target_stat64()
7589 __put_user(host_st->st_ino, &target_st->__st_ino); in host_to_target_stat64()
7591 __put_user(host_st->st_mode, &target_st->st_mode); in host_to_target_stat64()
7592 __put_user(host_st->st_nlink, &target_st->st_nlink); in host_to_target_stat64()
7593 __put_user(host_st->st_uid, &target_st->st_uid); in host_to_target_stat64()
7594 __put_user(host_st->st_gid, &target_st->st_gid); in host_to_target_stat64()
7595 __put_user(host_st->st_rdev, &target_st->st_rdev); in host_to_target_stat64()
7596 __put_user(host_st->st_size, &target_st->st_size); in host_to_target_stat64()
7597 __put_user(host_st->st_blksize, &target_st->st_blksize); in host_to_target_stat64()
7598 __put_user(host_st->st_blocks, &target_st->st_blocks); in host_to_target_stat64()
7599 __put_user(host_st->st_atime, &target_st->target_st_atime); in host_to_target_stat64()
7600 __put_user(host_st->st_mtime, &target_st->target_st_mtime); in host_to_target_stat64()
7601 __put_user(host_st->st_ctime, &target_st->target_st_ctime); in host_to_target_stat64()
7603 __put_user(host_st->st_atim.tv_nsec, &target_st->target_st_atime_nsec); in host_to_target_stat64()
7604 __put_user(host_st->st_mtim.tv_nsec, &target_st->target_st_mtime_nsec); in host_to_target_stat64()
7605 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_nsec); in host_to_target_stat64()
7620 __put_user(host_st->st_dev, &target_st->st_dev); in host_to_target_stat64()
7621 __put_user(host_st->st_ino, &target_st->st_ino); in host_to_target_stat64()
7623 __put_user(host_st->st_ino, &target_st->__st_ino); in host_to_target_stat64()
7625 __put_user(host_st->st_mode, &target_st->st_mode); in host_to_target_stat64()
7626 __put_user(host_st->st_nlink, &target_st->st_nlink); in host_to_target_stat64()
7627 __put_user(host_st->st_uid, &target_st->st_uid); in host_to_target_stat64()
7628 __put_user(host_st->st_gid, &target_st->st_gid); in host_to_target_stat64()
7629 __put_user(host_st->st_rdev, &target_st->st_rdev); in host_to_target_stat64()
7631 __put_user(host_st->st_size, &target_st->st_size); in host_to_target_stat64()
7632 __put_user(host_st->st_blksize, &target_st->st_blksize); in host_to_target_stat64()
7633 __put_user(host_st->st_blocks, &target_st->st_blocks); in host_to_target_stat64()
7634 __put_user(host_st->st_atime, &target_st->target_st_atime); in host_to_target_stat64()
7635 __put_user(host_st->st_mtime, &target_st->target_st_mtime); in host_to_target_stat64()
7636 __put_user(host_st->st_ctime, &target_st->target_st_ctime); in host_to_target_stat64()
7638 __put_user(host_st->st_atim.tv_nsec, &target_st->target_st_atime_nsec); in host_to_target_stat64()
7639 __put_user(host_st->st_mtim.tv_nsec, &target_st->target_st_mtime_nsec); in host_to_target_stat64()
7640 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_nsec); in host_to_target_stat64()