Searched refs:z_gen (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.bin/fstat/
H A Dzfs_znode.h86 uint64_t z_gen; /* generation (cached) */ member in struct:znode
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_sa.c256 NULL, &zp->z_gen, 8);
H A Dzfs_znode.c205 nzp->z_gen = ozp->z_gen;
679 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_GEN(zfsvfs), NULL, &zp->z_gen, 8);
694 if (sa_bulk_lookup(zp->z_sa_hdl, bulk, count) != 0 || zp->z_gen == 0) {
1534 if (gen != zp->z_gen) {
1545 * have the same z_id and z_gen, but their other attributes
H A Dzfs_vnops.c3213 xoap->xoa_generation = zp->z_gen;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h205 uint64_t z_gen; /* generation (cached) */ member in struct:znode

Completed in 132 milliseconds