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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c476 znode_t *sharezp; local
487 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP);
488 ASSERT(!POINTER_IS_VALID(sharezp->z_zfsvfs));
489 sharezp->z_moved = 0;
490 sharezp->z_unlinked = 0;
491 sharezp->z_atime_dirty = 0;
492 sharezp->z_zfsvfs = zfsvfs;
493 sharezp->z_is_sa = zfsvfs->z_use_sa;
495 vp = ZTOV(sharezp);
499 VERIFY(0 == zfs_acl_ids_create(sharezp, IS_ROOT_NOD
[all...]

Completed in 60 milliseconds