Searched refs:st_ctim (Results 1 – 9 of 9) sorted by relevance
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()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()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()
230 struct target_freebsd_timespec st_ctim; /* time last file status change */ member275 struct target_freebsd_timespec st_ctim;/* time of last file status change */ member300 struct target_freebsd_timespec st_ctim; /* time last file status change */ member
219 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ member
1031 buf->st_ctim.tv_sec = statx.stx_ctime.tv_sec; in stat()1032 buf->st_ctim.tv_nsec = statx.stx_ctime.tv_nsec; in stat()
527 pr_stat->st_ctim_sec = stat->st_ctim.tv_sec; in stat_to_prstat()528 pr_stat->st_ctim_nsec = stat->st_ctim.tv_nsec; in stat_to_prstat()
169 stbuf->st_ctim.tv_sec = prstat->st_ctim_sec; in prstat_to_stat()172 stbuf->st_ctim.tv_nsec = prstat->st_ctim_nsec; in prstat_to_stat()
1356 v9lstat->st_ctime_nsec = stbuf->st_ctim.tv_nsec; in stat_to_v9stat_dotl()
732 if (st.st_ctim.tv_sec != st.st_ctime || st.st_ctim.tv_nsec > 1000000000) in test_stat_timestamps()
7620 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_nsec); in host_to_target_stat64()7655 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_nsec); in host_to_target_stat64()10910 __put_user(st.st_ctim.tv_nsec, in _syscall2()