Searched refs:cn_handle (Results 1 – 1 of 1) sorted by relevance
65 zfs_handle_t *cn_handle; member120 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()126 if (zfs_unmount(cn->cn_handle, NULL, in changelist_prefix()133 (void) zfs_unshare_smb(cn->cn_handle, NULL); in changelist_prefix()173 remove_mountpoint(cn->cn_handle); in changelist_postfix()181 if (cn->cn_handle != NULL) { in changelist_postfix()182 hdl = cn->cn_handle->zfs_hdl; in changelist_postfix()211 zfs_refresh_properties(cn->cn_handle); in changelist_postfix()213 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()220 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix()[all …]