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

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

Completed in 94 milliseconds