Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c123 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()
223 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()
421 if (!(ZFS_IS_VOLUME(zhp) && clp->cl_realprop == ZFS_PROP_NAME) && in change_one()
H A Dlibzfs_impl.h100 #define ZFS_IS_VOLUME(zhp) ((zhp)->zfs_head_type == ZFS_TYPE_VOLUME) macro
H A Dlibzfs_mount.c445 if (ZFS_IS_VOLUME(zhp)) in zfs_is_shared()
458 assert(!ZFS_IS_VOLUME(zhp)); in zfs_share()
465 assert(!ZFS_IS_VOLUME(zhp)); in zfs_unshare()
H A Dlibzfs_dataset.c3389 if (ZFS_IS_VOLUME(zhp)) { in zfs_destroy()
3532 if (ZFS_IS_VOLUME(zhp)) { in zfs_clone()
4066 if (ZFS_IS_VOLUME(zhp)) in zfs_rename()