Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c67 zfs_handle_t *cn_handle; member
135 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()
141 if (zfs_unmount(cn->cn_handle, NULL, in changelist_prefix()
148 (void) zfs_unshare(cn->cn_handle, NULL, in changelist_prefix()
206 remove_mountpoint(cn->cn_handle); in changelist_postfix()
236 zfs_refresh_properties(cn->cn_handle); in changelist_postfix()
238 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()
245 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix()
249 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix()
253 needs_key = (zfs_prop_get_int(cn->cn_handle, in changelist_postfix()
[all …]