Searched refs:zfs_get_type (Results 1 – 11 of 11) sorted by relevance
100 if ((zfs_get_type(zhp) & cb->cb_types) || in zfs_callback()101 ((zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) && include_snaps)) { in zfs_callback()146 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in zfs_callback()151 if (((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | in zfs_callback()157 if (((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | in zfs_callback()399 zfs_get_type(l), B_FALSE); in zfs_sort()401 zfs_get_type(r), B_FALSE); in zfs_sort()
784 if (zfs_get_type(zhp) == ZFS_TYPE_VOLUME) { in zfs_mount_and_share()1392 zfs_type_to_name(zfs_get_type(cbp->cb_target))); in destroy_check_dependent()1406 zfs_get_type(cbp->cb_target) != ZFS_TYPE_SNAPSHOT) in destroy_check_dependent()1413 zfs_type_to_name(zfs_get_type(cbp->cb_target))); in destroy_check_dependent()1463 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in destroy_callback()1478 if (zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) { in destroy_callback()1836 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in zfs_do_destroy()1940 zfs_type_t type = zfs_get_type(zhp); in fill_dataset_info()2433 !zfs_prop_valid_for_type(prop, zfs_get_type(zhp), B_FALSE)) in inherit_recurse_cb()4129 if (parents && zfs_name_valid(argv[1], zfs_get_type(zhp)) && in zfs_do_rename()[all …]
598 if (mountpoint != NULL || ((zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) && in zfs_unmount()814 if (mountpoint != NULL || ((zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) && in zfs_unshare()915 if (!(zfs_get_type(zhp) & ZFS_TYPE_FILESYSTEM)) { in zfs_iter_cb()995 gota = (zfs_get_type(za) == ZFS_TYPE_FILESYSTEM); in mountpoint_cmp()1000 gotb = (zfs_get_type(zb) == ZFS_TYPE_FILESYSTEM); in mountpoint_cmp()
231 if ((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | ZFS_TYPE_BOOKMARK)) != 0) in zfs_iter_bookmarks_v2()
3413 zfs_get_type(const zfs_handle_t *zhp) in zfs_get_type() function3546 if (zfs_get_type(zhp) != ZFS_TYPE_FILESYSTEM) { in check_parents()
3132 zfs_type_t type = zfs_get_type(zhp); in recv_destroy()4957 if (zfs_get_type(zhp) != ZFS_TYPE_FILESYSTEM) { in zfs_receive_one()
340 …<elf-symbol name='zfs_get_type' type='func-type' binding='global-binding' visibility='default-visi…4938 …on-decl name='zfs_get_type' mangled-name='zfs_get_type' visibility='default' binding='global' size…
278 if (zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) in main()
540 _LIBZFS_H zfs_type_t zfs_get_type(const zfs_handle_t *);
679 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()