Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c125 if (!ZFS_IS_VOLUME(cn->cn_handle)) { in changelist_prefix()
223 if (ZFS_IS_VOLUME(cn->cn_handle)) in changelist_postfix()
500 if (!(ZFS_IS_VOLUME(zhp) && clp->cl_realprop == ZFS_PROP_NAME) && in change_one()
H A Dlibzfs_mount.c664 if (ZFS_IS_VOLUME(zhp)) in zfs_is_shared()
765 assert(!ZFS_IS_VOLUME(zhp)); in zfs_share()
772 assert(!ZFS_IS_VOLUME(zhp)); in zfs_unshare()
H A Dlibzfs_dataset.c1647 if (!ZFS_IS_VOLUME(zhp)) { in zfs_fix_auto_resv()
3951 if (ZFS_IS_VOLUME(zhp)) { in zfs_clone()
4522 if (ZFS_IS_VOLUME(zhp)) in zfs_rename()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs_impl.h96 #define ZFS_IS_VOLUME(zhp) ((zhp)->zfs_head_type == ZFS_TYPE_VOLUME) macro