Home
last modified time | relevance | path

Searched refs:zp_crtime (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_byteswap.c165 zp->zp_crtime[0] = BSWAP_64(zp->zp_crtime[0]); in zfs_znode_byteswap()
166 zp->zp_crtime[1] = BSWAP_64(zp->zp_crtime[1]); in zfs_znode_byteswap()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_sa.h100 uint64_t zp_crtime[2]; /* 48 - creation time */ member
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h1385 uint64_t zp_crtime[2]; /* 48 - creation time */ member