Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_changelist.c68 zfs_handle_t *cn_handle; member
123 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()
131 if (zfs_unmount(cn->cn_handle, NULL, in changelist_prefix()
138 (void) zfs_unshare_smb(cn->cn_handle, NULL); in changelist_prefix()
182 remove_mountpoint(cn->cn_handle); in changelist_postfix()
191 if (cn->cn_handle != NULL) { in changelist_postfix()
192 hdl = cn->cn_handle->zfs_hdl; in changelist_postfix()
221 zfs_refresh_properties(cn->cn_handle); in changelist_postfix()
223 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()
230 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix()
[all …]