Searched refs:zfs_get_type (Results 1 – 11 of 11) sorted by relevance
99 if ((zfs_get_type(zhp) & cb->cb_types) || in zfs_callback()100 ((zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) && include_snaps)) { in zfs_callback()144 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in zfs_callback()149 if (((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | in zfs_callback()155 if (((zfs_get_type(zhp) & (ZFS_TYPE_SNAPSHOT | in zfs_callback()397 zfs_get_type(l), B_FALSE); in zfs_sort()399 zfs_get_type(r), B_FALSE); in zfs_sort()
783 if (zfs_get_type(zhp) == ZFS_TYPE_VOLUME) { in zfs_mount_and_share()1411 zfs_type_to_name(zfs_get_type(cbp->cb_target))); in destroy_check_dependent()1425 zfs_get_type(cbp->cb_target) != ZFS_TYPE_SNAPSHOT) in destroy_check_dependent()1432 zfs_type_to_name(zfs_get_type(cbp->cb_target))); in destroy_check_dependent()1482 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in destroy_callback()1497 if (zfs_get_type(zhp) == ZFS_TYPE_SNAPSHOT) { in destroy_callback()1855 zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) { in zfs_do_destroy()1959 zfs_type_t type = zfs_get_type(zhp); in fill_dataset_info()2452 !zfs_prop_valid_for_type(prop, zfs_get_type(zhp), B_FALSE)) in inherit_recurse_cb()4124 if (parents && zfs_name_valid(argv[1], zfs_get_type(zhp)) && in zfs_do_rename()[all …]
597 if (mountpoint != NULL || ((zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) && in zfs_unmount()813 if (mountpoint != NULL || ((zfs_get_type(zhp) == ZFS_TYPE_FILESYSTEM) && in zfs_unshare()914 if (!(zfs_get_type(zhp) & ZFS_TYPE_FILESYSTEM)) { in zfs_iter_cb()994 gota = (zfs_get_type(za) == ZFS_TYPE_FILESYSTEM); in mountpoint_cmp()999 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()
3133 zfs_type_t type = zfs_get_type(zhp); in recv_destroy()4958 if (zfs_get_type(zhp) != ZFS_TYPE_FILESYSTEM) { in zfs_receive_one()
400 …<elf-symbol name='zfs_get_type' type='func-type' binding='global-binding' visibility='default-visi…5063 …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()
683 zfs_type_t type = zfs_get_type(zhp); in find_dsname_by_prop_value()
542 _LIBZFS_H zfs_type_t zfs_get_type(const zfs_handle_t *);
204 if (zfs_get_type(zfs_hdl) != ZFS_TYPE_SNAPSHOT) in be_should_promote_clones()