HomeSort by: relevance | last modified time | path
    Searched refs:z_gen (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/fstat/
zfs_znode.h 86 uint64_t z_gen; /* generation (cached) */ member in struct:znode
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_sa.c 256 NULL, &zp->z_gen, 8);
zfs_znode.c 205 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) {
1500 if (gen != zp->z_gen) {
1511 * have the same z_id and z_gen, but their other attributes
zfs_vnops.c 3236 xoap->xoa_generation = zp->z_gen;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_znode.h 205 uint64_t z_gen; /* generation (cached) */ member in struct:znode

Completed in 26 milliseconds