| /src/usr.bin/fstat/ |
| zfs_znode.h | 88 uint64_t z_atime[2]; /* atime (cached) */ member in struct:znode
|
| zfs_znode.h | 88 uint64_t z_atime[2]; /* atime (cached) */ member in struct:znode
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zfs_vfsops.h | 65 boolean_t z_atime; /* enable atimes mount option */ member in struct:zfsvfs
|
| zfs_vfsops.h | 65 boolean_t z_atime; /* enable atimes mount option */ member in struct:zfsvfs
|
| zfs_znode.h | 207 uint64_t z_atime[2]; /* atime (cached) */ member in struct:znode 321 if ((zfsvfs)->z_atime && !((zfsvfs)->z_vfs->vfs_flag & VFS_RDONLY)) \
|
| zfs_znode.h | 207 uint64_t z_atime[2]; /* atime (cached) */ member in struct:znode 321 if ((zfsvfs)->z_atime && !((zfsvfs)->z_vfs->vfs_flag & VFS_RDONLY)) \
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_sa.c | 264 zp->z_atime, 16);
|
| zfs_sa.c | 264 zp->z_atime, 16);
|
| zfs_znode.c | 209 bcopy(ozp->z_atime, nzp->z_atime, sizeof (uint64_t) * 2); 688 &zp->z_atime, 16); 1484 &zp->z_atime, sizeof (zp->z_atime)); 1646 ZFS_TIME_ENCODE(&now, zp->z_atime);
|
| zfs_znode.c | 209 bcopy(ozp->z_atime, nzp->z_atime, sizeof (uint64_t) * 2); 688 &zp->z_atime, 16); 1484 &zp->z_atime, sizeof (zp->z_atime)); 1646 ZFS_TIME_ENCODE(&now, zp->z_atime);
|
| zfs_vnops.c | 3253 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); 3812 ZFS_TIME_ENCODE(&vap->va_atime, zp->z_atime); 3814 &zp->z_atime, sizeof (zp->z_atime)); 4896 (void *)&zp->z_atime, sizeof (zp->z_atime), tx); 5956 (void *)&zp->z_atime, sizeof (zp->z_atime), tx);
|
| zfs_vnops.c | 3253 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); 3812 ZFS_TIME_ENCODE(&vap->va_atime, zp->z_atime); 3814 &zp->z_atime, sizeof (zp->z_atime)); 4896 (void *)&zp->z_atime, sizeof (zp->z_atime), tx); 5956 (void *)&zp->z_atime, sizeof (zp->z_atime), tx);
|
| zfs_vfsops.c | 493 zfsvfs->z_atime = TRUE; 498 zfsvfs->z_atime = FALSE;
|
| zfs_vfsops.c | 493 zfsvfs->z_atime = TRUE; 498 zfsvfs->z_atime = FALSE;
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 1665 time_t z_crtime, z_atime, z_mtime, z_ctime; local 1733 z_atime = (time_t)acctm[0]; 1739 (void) printf("\tatime %s", ctime(&z_atime));
|
| zdb.c | 1665 time_t z_crtime, z_atime, z_mtime, z_ctime; local 1733 z_atime = (time_t)acctm[0]; 1739 (void) printf("\tatime %s", ctime(&z_atime));
|