Home
last modified time | relevance | path

Searched refs:f_access_time (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c437 if (VFSATTR_IS_ACTIVE(vfap, f_access_time)) { in bindfs_vfs_getattr()
438 VFSATTR_RETURN(vfap, f_access_time, tzero); in bindfs_vfs_getattr()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c462 if (VFSATTR_IS_ACTIVE(vfap, f_access_time)) { in nullfs_vfs_getattr()
463 VFSATTR_RETURN(vfap, f_access_time, tzero); in nullfs_vfs_getattr()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h273 struct timespec f_access_time; /* time of last access */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c383 {.attr = ATTR_CMN_ACCTIME, .bits = VFSATTR_BIT(f_access_time), .size = ATTR_TIME_SIZE},
1371 ATTR_PACK_TIME(ab, vs.f_access_time, is_64bit); in getvolattrlist()