Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_impl.h96 zfs_type_t zfs_head_type; /* type excluding snapshot */ member
110 #define ZFS_IS_VOLUME(zhp) ((zhp)->zfs_head_type == ZFS_TYPE_VOLUME)
H A Dlibzfs_dataset.c439 zhp->zfs_head_type = ZFS_TYPE_VOLUME; in make_dataset_handle_common()
441 zhp->zfs_head_type = ZFS_TYPE_FILESYSTEM; in make_dataset_handle_common()
516 zhp->zfs_head_type = pzhp->zfs_type; in make_dataset_simple_handle_zc()
535 zhp->zfs_head_type = zhp_orig->zfs_head_type; in zfs_handle_dup()
621 zhp->zfs_head_type = parent->zfs_head_type; in make_bookmark_handle()
2219 if (!zfs_prop_valid_for_type(prop, zhp->zfs_head_type) || in get_numeric_property()