Searched refs:sharezp (Results 1 – 1 of 1) sorted by relevance
268 znode_t *sharezp; in zfs_create_share_dir() local278 sharezp = zfs_znode_alloc_kmem(KM_SLEEP); in zfs_create_share_dir()280 sharezp->z_unlinked = 0; in zfs_create_share_dir()281 sharezp->z_atime_dirty = 0; in zfs_create_share_dir()282 sharezp->z_zfsvfs = zfsvfs; in zfs_create_share_dir()283 sharezp->z_is_sa = zfsvfs->z_use_sa; in zfs_create_share_dir()288 ASSERT3P(zp, ==, sharezp); in zfs_create_share_dir()289 POINTER_INVALIDATE(&sharezp->z_zfsvfs); in zfs_create_share_dir()292 zfsvfs->z_shares_dir = sharezp->z_id; in zfs_create_share_dir()295 sa_handle_destroy(sharezp->z_sa_hdl); in zfs_create_share_dir()[all …]