Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h219 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ member
H A Dsys.h1031 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()
/openbmc/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()
/openbmc/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()
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c732 if (st.st_ctim.tv_sec != st.st_ctime || st.st_ctim.tv_nsec > 1000000000) in test_stat_timestamps()
/openbmc/qemu/linux-user/
H A Dsyscall.c7605 __put_user(host_st->st_ctim.tv_nsec, &target_st->target_st_ctime_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()
10767 __put_user(st.st_ctim.tv_nsec, in _syscall2()