Home
last modified time | relevance | path

Searched refs:st_atimensec (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dstat.h146 long st_atimensec; /* nsec of last access */ \
208 long st_atimensec; /* nsec of last access */ member
257 user64_long_t st_atimensec; /* nsec of last access */ member
290 user32_long_t st_atimensec; /* nsec of last access */ member
324 user64_long_t st_atimensec; /* nsec of last access */ member
356 user32_long_t st_atimensec; /* nsec of last access */ member
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c14112 usbp->st_atimensec = sbp->st_atimensec; in munge_user64_stat()
14149 usbp->st_atimensec = sbp->st_atimensec; in munge_user32_stat()
14191 usbp->st_atimensec = sbp->st_atimensec; in munge_user64_stat64()
14232 usbp->st_atimensec = sbp->st_atimensec; in munge_user32_stat64()