Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c42 __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()
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()
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()
/openbmc/linux/tools/testing/selftests/tty/
H A Dtty_tstamp_update.c79 if (st1.st_atim.tv_sec == st2.st_atim.tv_sec && in main()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h228 struct target_freebsd_timespec st_atim; /* time last accessed */ member
267 struct target_freebsd_timespec st_atim; /* time of last access */ member
298 struct target_freebsd_timespec st_atim; /* time last accessed */ member
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch22 AC_CHECK_MEMBERS([struct stat.st_atim])
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h217 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ member
H A Dsys.h1027 buf->st_atim.tv_sec = statx.stx_atime.tv_sec; in stat()
1028 buf->st_atim.tv_nsec = statx.stx_atime.tv_nsec; in stat()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c523 pr_stat->st_atim_sec = stat->st_atim.tv_sec; in stat_to_prstat()
524 pr_stat->st_atim_nsec = stat->st_atim.tv_nsec; in stat_to_prstat()
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c720 if (sizeof(st.st_atim.tv_sec) != sizeof(st.st_atime)) in test_stat_timestamps()
726 if (st.st_atim.tv_sec != st.st_atime || st.st_atim.tv_nsec > 1000000000) in test_stat_timestamps()
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.c167 stbuf->st_atim.tv_sec = prstat->st_atim_sec; in prstat_to_stat()
170 stbuf->st_atim.tv_nsec = prstat->st_atim_nsec; in prstat_to_stat()
H A D9p.c1354 v9lstat->st_atime_nsec = stbuf->st_atim.tv_nsec; in stat_to_v9stat_dotl()
/openbmc/qemu/linux-user/
H A Dsyscall.c7606 __put_user(host_st->st_atim.tv_nsec, &target_st->target_st_atime_nsec); in host_to_target_stat64()
7641 __put_user(host_st->st_atim.tv_nsec, &target_st->target_st_atime_nsec); in host_to_target_stat64()
10892 __put_user(st.st_atim.tv_nsec, in _syscall2()
/openbmc/qemu/
H A Dmeson.build2578 cc.has_member('struct stat', 'st_atim',