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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c479 znode_t *sharezp; local
489 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP);
490 ASSERT(!POINTER_IS_VALID(sharezp->z_zfsvfs));
491 sharezp->z_moved = 0;
492 sharezp->z_unlinked = 0;
493 sharezp->z_atime_dirty = 0;
494 sharezp->z_zfsvfs = zfsvfs;
495 sharezp->z_is_sa = zfsvfs->z_use_sa;
497 VERIFY(0 == zfs_acl_ids_create(sharezp, IS_ROOT_NODE, &vattr,
499 zfs_mknode(sharezp,
[all...]

Completed in 211 milliseconds