Lines Matching refs:tv_sec
42 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_stat()
44 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd11_stat()
46 __put_user(host_st->st_ctim.tv_sec, &target_st->st_ctim.tv_sec); in h2t_freebsd11_stat()
54 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd11_stat()
77 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd_stat()
82 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd_stat()
87 __put_user(host_st->st_ctim.tv_sec, &target_st->st_ctim.tv_sec); in h2t_freebsd_stat()
92 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd_stat()
121 __put_user(host_st->st_atim.tv_sec, &target_st->st_atim.tv_sec); in h2t_freebsd11_nstat()
123 __put_user(host_st->st_mtim.tv_sec, &target_st->st_mtim.tv_sec); in h2t_freebsd11_nstat()
125 __put_user(host_st->st_ctim.tv_sec, &target_st->st_ctim.tv_sec); in h2t_freebsd11_nstat()
132 __put_user(host_st->st_birthtim.tv_sec, &target_st->st_birthtim.tv_sec); in h2t_freebsd11_nstat()