Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_impl.h92 zfs_type_t zfs_head_type; /* type excluding snapshot */ member
106 #define ZFS_IS_VOLUME(zhp) ((zhp)->zfs_head_type == ZFS_TYPE_VOLUME)
HDlibzfs_dataset.c453 zhp->zfs_head_type = ZFS_TYPE_VOLUME; in make_dataset_handle_common()
455 zhp->zfs_head_type = ZFS_TYPE_FILESYSTEM; in make_dataset_handle_common()
530 zhp->zfs_head_type = pzhp->zfs_type; in make_dataset_simple_handle_zc()
549 zhp->zfs_head_type = zhp_orig->zfs_head_type; in zfs_handle_dup()
635 zhp->zfs_head_type = parent->zfs_head_type; in make_bookmark_handle()
2052 if (!zfs_prop_valid_for_type(prop, zhp->zfs_head_type) || in get_numeric_property()