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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c67 zfs_handle_t *cn_handle; member in struct:prop_changenode
125 if (!ZFS_IS_VOLUME(cn->cn_handle)) {
133 if (zfs_unmount(cn->cn_handle, NULL,
140 (void) zfs_unshare_smb(cn->cn_handle, NULL);
191 remove_mountpoint(cn->cn_handle);
221 zfs_refresh_properties(cn->cn_handle);
223 if (ZFS_IS_VOLUME(cn->cn_handle))
230 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS,
234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB,
238 needs_key = (zfs_prop_get_int(cn->cn_handle,
[all...]

Completed in 63 milliseconds