Home
last modified time | relevance | path

Searched refs:ZFS_CLOSE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c522 ZFS_CLOSE(zhp); in be_destroy()
576 ZFS_CLOSE(zhp); in be_destroy()
1235 ZFS_CLOSE(zhp); in be_copy()
1437 ZFS_CLOSE(zhp); in be_set_uuid()
1506 ZFS_CLOSE(zhp); in be_get_uuid()
1736 ZFS_CLOSE(zhp); in be_destroy_zones()
1853 ZFS_CLOSE(zhp); in be_destroy_zone_roots()
1900 ZFS_CLOSE(zhp); in be_destroy_zone_roots()
1948 ZFS_CLOSE(zhp); in be_destroy_zone_roots_callback()
2458 ZFS_CLOSE(zhp); in be_clone_fs_callback()
[all …]
H A Dbe_mount.c300 ZFS_CLOSE(zhp); in _be_mount()
314 ZFS_CLOSE(zhp); in _be_mount()
367 ZFS_CLOSE(zhp); in _be_mount()
395 ZFS_CLOSE(zhp); in _be_mount()
491 ZFS_CLOSE(zhp); in _be_unmount()
516 ZFS_CLOSE(zhp); in _be_unmount()
538 ZFS_CLOSE(zhp); in _be_unmount()
547 ZFS_CLOSE(zhp); in _be_unmount()
564 ZFS_CLOSE(zhp); in _be_unmount()
862 ZFS_CLOSE(zhp); in be_get_legacy_fs()
[all …]
H A Dbe_activate.c397 ZFS_CLOSE(zhp); in _be_activate()
403 ZFS_CLOSE(zhp); in _be_activate()
413 ZFS_CLOSE(zhp); in _be_activate()
416 ZFS_CLOSE(zhp); in _be_activate()
435 ZFS_CLOSE(zhp); in _be_activate()
615 ZFS_CLOSE(zhp); in set_canmount()
768 ZFS_CLOSE(zhp); in be_get_grub_vers()
1379 ZFS_CLOSE(zhp); in be_do_installboot()
1449 ZFS_CLOSE(zhp); in be_do_installboot()
1597 ZFS_CLOSE(zhp); in be_promote_zone_ds()
[all …]
H A Dbe_snapshot.c616 ZFS_CLOSE(zhp); in _be_create_snapshot()
717 ZFS_CLOSE(zhp); in _be_destroy_snapshot()
754 ZFS_CLOSE(zhp); in be_rollback_check_callback()
761 ZFS_CLOSE(zhp); in be_rollback_check_callback()
765 ZFS_CLOSE(zhp); in be_rollback_check_callback()
799 ZFS_CLOSE(zhp); in be_rollback_callback()
809 ZFS_CLOSE(zhp_snap); in be_rollback_callback()
810 ZFS_CLOSE(zhp); in be_rollback_callback()
814 ZFS_CLOSE(zhp_snap); in be_rollback_callback()
818 ZFS_CLOSE(zhp); in be_rollback_callback()
[all …]
H A Dbe_list.c394 ZFS_CLOSE(zhp); in be_get_zone_be_list()
401 ZFS_CLOSE(zhp); in be_get_zone_be_list()
506 ZFS_CLOSE(zhp); in be_get_list_callback()
513 ZFS_CLOSE(zhp); in be_get_list_callback()
524 ZFS_CLOSE(zhp); in be_get_list_callback()
599 ZFS_CLOSE(zhp); in be_add_children_callback()
609 ZFS_CLOSE(zhp); in be_add_children_callback()
616 ZFS_CLOSE(zhp); in be_add_children_callback()
642 ZFS_CLOSE(zhp); in be_add_children_callback()
648 ZFS_CLOSE(zhp); in be_add_children_callback()
[all …]
H A Dbe_zones.c181 ZFS_CLOSE(zhp); in be_find_active_zone_root()
258 ZFS_CLOSE(zhp); in be_find_mounted_zone_root()
403 ZFS_CLOSE(zhp); in be_zone_get_parent_uuid()
444 ZFS_CLOSE(zhp); in be_zone_set_parent_uuid()
562 ZFS_CLOSE(zhp); in be_find_active_zone_root_callback()
H A Dbe_utils.c325 ZFS_CLOSE(zhp); in be_max_avail()
723 ZFS_CLOSE(zhp); in be_append_menu()
944 ZFS_CLOSE(zhp); in be_append_menu()
1032 ZFS_CLOSE(zhp); in be_remove_menu()
1406 ZFS_CLOSE(zhp); in be_remove_menu()
1567 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1800 ZFS_CLOSE(zhp); in be_change_grub_default()
2102 ZFS_CLOSE(zhp); in be_update_menu()
2220 ZFS_CLOSE(zhp); in be_has_menu_entry()
2823 ZFS_CLOSE(zhp); in be_zpool_find_current_be_callback()
[all …]
H A Dbe_rename.c236 ZFS_CLOSE(zhp); in be_rename()
286 ZFS_CLOSE(zhp); in be_rename()
H A Dlibbe_priv.h69 #define ZFS_CLOSE(_zhp) \ macro