Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c66 zfs_handle_t *cn_handle; member
121 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()
127 if (zfs_unmount(cn->cn_handle, NULL, in changelist_prefix()
134 (void) zfs_unshare_smb(cn->cn_handle, NULL); in changelist_prefix()
180 remove_mountpoint(cn->cn_handle); in changelist_postfix()
188 if (cn->cn_handle != NULL) { in changelist_postfix()
189 hdl = cn->cn_handle->zfs_hdl; in changelist_postfix()
207 zhandle_arr[i++] = cn->cn_handle; in changelist_postfix()
208 zfs_refresh_properties(cn->cn_handle); in changelist_postfix()
242 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()
[all …]