Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_byteswap.c171 zp->zp_ctime[0] = BSWAP_64(zp->zp_ctime[0]); in zfs_znode_byteswap()
172 zp->zp_ctime[1] = BSWAP_64(zp->zp_ctime[1]); in zfs_znode_byteswap()
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h44 uint64_t zp_ctime[2]; /* 32 - last file change time */ member
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_sa.h100 uint64_t zp_ctime[2]; /* 32 - last file change time */ member