Searched refs:cn_handle (Results 1 – 1 of 1) sorted by relevance
68 zfs_handle_t *cn_handle; member132 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()138 if (zfs_unmount(cn->cn_handle, NULL, in changelist_prefix()145 (void) zfs_unshare(cn->cn_handle, NULL, in changelist_prefix()201 remove_mountpoint(cn->cn_handle); in changelist_postfix()228 zfs_refresh_properties(cn->cn_handle); in changelist_postfix()230 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()237 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix()241 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix()245 needs_key = (zfs_prop_get_int(cn->cn_handle, in changelist_postfix()[all …]