Lines Matching refs:host_st

27         struct freebsd11_stat *host_st)  in h2t_freebsd11_stat()  argument
35 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd11_stat()
36 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_stat()
37 __put_user(host_st->st_mode, &target_st->st_mode); in h2t_freebsd11_stat()
38 __put_user(host_st->st_nlink, &target_st->st_nlink); in h2t_freebsd11_stat()
39 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_stat()
40 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd11_stat()
41 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd11_stat()
42 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_stat()
43 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd11_stat()
44 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd11_stat()
45 __put_user(host_st->st_mtim.tv_nsec, &target_st->st_mtim.tv_nsec); in h2t_freebsd11_stat()
46 __put_user(host_st->st_ctim.tv_sec, &target_st->st_ctim.tv_sec); in h2t_freebsd11_stat()
47 __put_user(host_st->st_ctim.tv_nsec, &target_st->st_ctim.tv_nsec); in h2t_freebsd11_stat()
48 __put_user(host_st->st_size, &target_st->st_size); in h2t_freebsd11_stat()
49 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd11_stat()
50 __put_user(host_st->st_blksize, &target_st->st_blksize); in h2t_freebsd11_stat()
51 __put_user(host_st->st_flags, &target_st->st_flags); in h2t_freebsd11_stat()
52 __put_user(host_st->st_gen, &target_st->st_gen); in h2t_freebsd11_stat()
54 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd11_stat()
55 __put_user(host_st->st_birthtim.tv_nsec, &target_st->st_birthtim.tv_nsec); in h2t_freebsd11_stat()
62 struct stat *host_st) in h2t_freebsd_stat() argument
70 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd_stat()
71 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd_stat()
72 __put_user(host_st->st_nlink, &target_st->st_nlink); in h2t_freebsd_stat()
73 __put_user(host_st->st_mode, &target_st->st_mode); in h2t_freebsd_stat()
74 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd_stat()
75 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd_stat()
76 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd_stat()
77 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd_stat()
78 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd_stat()
82 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd_stat()
83 __put_user(host_st->st_mtim.tv_nsec, &target_st->st_mtim.tv_nsec); in h2t_freebsd_stat()
87 __put_user(host_st->st_ctim.tv_sec, &target_st->st_ctim.tv_sec); in h2t_freebsd_stat()
88 __put_user(host_st->st_ctim.tv_nsec, &target_st->st_ctim.tv_nsec); in h2t_freebsd_stat()
92 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd_stat()
93 __put_user(host_st->st_birthtim.tv_nsec, &target_st->st_birthtim.tv_nsec); in h2t_freebsd_stat()
95 __put_user(host_st->st_size, &target_st->st_size); in h2t_freebsd_stat()
96 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd_stat()
97 __put_user(host_st->st_blksize, &target_st->st_blksize); in h2t_freebsd_stat()
98 __put_user(host_st->st_flags, &target_st->st_flags); in h2t_freebsd_stat()
99 __put_user(host_st->st_gen, &target_st->st_gen); in h2t_freebsd_stat()
106 struct freebsd11_stat *host_st) in h2t_freebsd11_nstat() argument
114 __put_user(host_st->st_dev, &target_st->st_dev); in h2t_freebsd11_nstat()
115 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_nstat()
116 __put_user(host_st->st_mode, &target_st->st_mode); in h2t_freebsd11_nstat()
117 __put_user(host_st->st_nlink, &target_st->st_nlink); in h2t_freebsd11_nstat()
118 __put_user(host_st->st_uid, &target_st->st_uid); in h2t_freebsd11_nstat()
119 __put_user(host_st->st_gid, &target_st->st_gid); in h2t_freebsd11_nstat()
120 __put_user(host_st->st_rdev, &target_st->st_rdev); in h2t_freebsd11_nstat()
121 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_nstat()
122 __put_user(host_st->st_atim.tv_nsec, &target_st->st_atim.tv_nsec); in h2t_freebsd11_nstat()
123 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd11_nstat()
124 __put_user(host_st->st_mtim.tv_nsec, &target_st->st_mtim.tv_nsec); in h2t_freebsd11_nstat()
125 __put_user(host_st->st_ctim.tv_sec, &target_st->st_ctim.tv_sec); in h2t_freebsd11_nstat()
126 __put_user(host_st->st_ctim.tv_nsec, &target_st->st_ctim.tv_nsec); in h2t_freebsd11_nstat()
127 __put_user(host_st->st_size, &target_st->st_size); in h2t_freebsd11_nstat()
128 __put_user(host_st->st_blocks, &target_st->st_blocks); in h2t_freebsd11_nstat()
129 __put_user(host_st->st_blksize, &target_st->st_blksize); in h2t_freebsd11_nstat()
130 __put_user(host_st->st_flags, &target_st->st_flags); in h2t_freebsd11_nstat()
131 __put_user(host_st->st_gen, &target_st->st_gen); in h2t_freebsd11_nstat()
132 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd11_nstat()
133 __put_user(host_st->st_birthtim.tv_nsec, &target_st->st_birthtim.tv_nsec); in h2t_freebsd11_nstat()