Home
last modified time | relevance | path

Searched refs:cn_handle (Results 1 – 1 of 1) sorted by relevance

/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c68 zfs_handle_t *cn_handle; member
132 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 …]