Searched refs:f_access_time (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 437 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 D | null_vfsops.c | 462 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 D | mount.h | 273 struct timespec f_access_time; /* time of last access */ member
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_attrlist.c | 383 {.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()
|