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()
546 ZFS_CLOSE(zhp); in be_destroy()
572 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()
1578 ZFS_CLOSE(zhp); in _be_destroy()
1616 ZFS_CLOSE(zhp); in _be_destroy()
1619 ZFS_CLOSE(zhp); in _be_destroy()
[all …]
H A Dbe_mount.c300 ZFS_CLOSE(zhp); in _be_mount()
314 ZFS_CLOSE(zhp); in _be_mount()
327 ZFS_CLOSE(zhp); in _be_mount()
346 ZFS_CLOSE(zhp); in _be_mount()
355 ZFS_CLOSE(zhp); in _be_mount()
367 ZFS_CLOSE(zhp); in _be_mount()
395 ZFS_CLOSE(zhp); in _be_mount()
487 ZFS_CLOSE(zhp); in _be_unmount()
491 ZFS_CLOSE(zhp); in _be_unmount()
504 ZFS_CLOSE(zhp); in _be_unmount()
[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()
432 ZFS_CLOSE(zhp); in _be_activate()
435 ZFS_CLOSE(zhp); in _be_activate()
607 ZFS_CLOSE(zhp); in set_canmount()
615 ZFS_CLOSE(zhp); in set_canmount()
641 ZFS_CLOSE(zhp); in set_canmount()
647 ZFS_CLOSE(zhp); in set_canmount()
[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()
628 ZFS_CLOSE(zhp); in be_add_children_callback()
642 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()
1481 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1567 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1647 ZFS_CLOSE(zhp); in be_change_grub_default()
1800 ZFS_CLOSE(zhp); in be_change_grub_default()
1872 ZFS_CLOSE(zhp); in be_update_menu()
[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