Home
last modified time | relevance | path

Searched refs:st_ctim (Results 1 – 6 of 6) sorted by relevance

/qemu/bsd-user/freebsd/
H A Dos-stat.c46 __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()
/qemu/bsd-user/
H A Dsyscall_defs.h230 struct target_freebsd_timespec st_ctim; /* time last file status change */ member
275 struct target_freebsd_timespec st_ctim;/* time of last file status change */ member
300 struct target_freebsd_timespec st_ctim; /* time last file status change */ member
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c527 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()
/qemu/hw/9pfs/
H A D9p-proxy.c169 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()
H A D9p.c1356 v9lstat->st_ctime_nsec = stbuf->st_ctim.tv_nsec; in stat_to_v9stat_dotl()
/qemu/linux-user/
H A Dsyscall.c7611 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_nsec); in host_to_target_stat64()
7646 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_nsec); in host_to_target_stat64()
10889 __put_user(st.st_ctim.tv_nsec, in _syscall2()