Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs_impl.h82 zfs_type_t zfs_head_type; /* type excluding snapshot */ member
96 #define ZFS_IS_VOLUME(zhp) ((zhp)->zfs_head_type == ZFS_TYPE_VOLUME)
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c454 zhp->zfs_head_type = ZFS_TYPE_VOLUME; in make_dataset_handle_common()
456 zhp->zfs_head_type = ZFS_TYPE_FILESYSTEM; in make_dataset_handle_common()
533 zhp->zfs_head_type = pzhp->zfs_type; in make_dataset_simple_handle_zc()
553 zhp->zfs_head_type = zhp_orig->zfs_head_type; in zfs_handle_dup()
638 zhp->zfs_head_type = parent->zfs_head_type; in make_bookmark_handle()
2126 !zfs_prop_valid_for_type(prop, zhp->zfs_head_type, B_TRUE)) { in get_numeric_property()
H A Dlibzfs.abi637 …<var-decl name='zfs_head_type' type-id='type-id-46' visibility='default' filepath='../../include/l…
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3321 if (zhp->zfs_head_type != ZFS_TYPE_FILESYSTEM) { in zfs_do_userspace()