Searched refs:zfs_get_type (Results 1 – 11 of 11) sorted by relevance
89 if ((zfs_get_type(zhp) & cb->cb_types) || in zfs_callback()90 ((zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) && include_snaps)) { in zfs_callback()134 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in zfs_callback()139 if (((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | in zfs_callback()145 if (((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | in zfs_callback()387 zfs_get_type(l), B_FALSE); in zfs_sort()389 zfs_get_type(r), B_FALSE); in zfs_sort()
797 if (zfs_get_type(zhp) == ZFS_TYPE_VOLUME) { in zfs_mount_and_share()1453 zfs_type_to_name(zfs_get_type(cbp->cb_target))); in destroy_check_dependent()1467 zfs_get_type(cbp->cb_target) != ZFS_TYPE_SNAPSHOT) in destroy_check_dependent()1474 zfs_type_to_name(zfs_get_type(cbp->cb_target))); in destroy_check_dependent()1524 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in destroy_callback()1539 if (zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) { in destroy_callback()1897 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in zfs_do_destroy()2001 zfs_type_t type = zfs_get_type(zhp); in fill_dataset_info()2494 !zfs_prop_valid_for_type(prop, zfs_get_type(zhp), B_FALSE)) in inherit_recurse_cb()4167 if (parents && zfs_name_valid(argv[1], zfs_get_type(zhp))) { in zfs_do_rename()[all …]
631 if (mountpoint != NULL || ((zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) && in zfs_unmount()847 if (mountpoint != NULL || ((zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) && in zfs_unshare()948 if (!(zfs_get_type(zhp) & ZFS_TYPE_FILESYSTEM)) { in zfs_iter_cb()1028 gota = (zfs_get_type(za) == ZFS_TYPE_FILESYSTEM); in mountpoint_cmp()1033 gotb = (zfs_get_type(zb) == ZFS_TYPE_FILESYSTEM); in mountpoint_cmp()
221 if ((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | ZFS_TYPE_BOOKMARK)) != 0) in zfs_iter_bookmarks_v2()
3213 zfs_get_type(const zfs_handle_t *zhp) in zfs_get_type() function3350 if (zfs_get_type(zhp) != ZFS_TYPE_FILESYSTEM) { in check_parents()
3141 zfs_type_t type = zfs_get_type(zhp); in recv_destroy()4987 if (zfs_get_type(zhp) != ZFS_TYPE_FILESYSTEM) { in zfs_receive_one()
394 …<elf-symbol name='zfs_get_type' type='func-type' binding='global-binding' visibility='default-visi…5001 …on-decl name='zfs_get_type' mangled-name='zfs_get_type' visibility='default' binding='global' size…
268 if (zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) in main()
538 _LIBZFS_H zfs_type_t zfs_get_type(const zfs_handle_t *);
683 zfs_type_t type = zfs_get_type(zhp); in find_dsname_by_prop_value()
204 if (zfs_get_type(zfs_hdl) != ZFS_TYPE_SNAPSHOT) in be_should_promote_clones()