Searched refs:z_atime (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h65 boolean_t z_atime; /* enable atimes mount option */ member in struct:zfsvfs
H A Dzfs_znode.h201 uint64_t z_atime[2]; /* atime (cached) */ member in struct:znode
312 if ((zfsvfs)->z_atime && !((zfsvfs)->z_vfs->vfs_flag & VFS_RDONLY)) \
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c264 zp->z_atime, 16);
H A Dzfs_znode.c197 bcopy(ozp->z_atime, nzp->z_atime, sizeof (uint64_t) * 2);
659 &zp->z_atime, 16);
1300 &zp->z_atime, sizeof (zp->z_atime));
1445 ZFS_TIME_ENCODE(&now, zp->z_atime);
H A Dzfs_vnops.c2822 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime);
3361 ZFS_TIME_ENCODE(&vap->va_atime, zp->z_atime);
3363 &zp->z_atime, sizeof (zp->z_atime));
4318 (void *)&zp->z_atime, sizeof (zp->z_atime), tx);
H A Dzfs_vfsops.c243 zfsvfs->z_atime = TRUE;
248 zfsvfs->z_atime = FALSE;
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1653 time_t z_crtime, z_atime, z_mtime, z_ctime; local
1721 z_atime = (time_t)acctm[0];
1727 (void) printf("\tatime %s", ctime(&z_atime));

Completed in 85 milliseconds