Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c14510 usbp->st_atimensec = sbp->st_atimensec; in munge_user64_stat()
14547 usbp->st_atimensec = sbp->st_atimensec; in munge_user32_stat()
14589 usbp->st_atimensec = sbp->st_atimensec; in munge_user64_stat64()
14630 usbp->st_atimensec = sbp->st_atimensec; in munge_user32_stat64()