Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libbe/common/
H A Dbe_create.c488 ZFS_CLOSE(zhp); in be_destroy()
512 ZFS_CLOSE(zhp); in be_destroy()
538 ZFS_CLOSE(zhp); in be_destroy()
542 ZFS_CLOSE(zhp); in be_destroy()
1166 ZFS_CLOSE(zhp); in be_copy()
1360 ZFS_CLOSE(zhp); in be_set_uuid()
1429 ZFS_CLOSE(zhp); in be_get_uuid()
1501 ZFS_CLOSE(zhp); in _be_destroy()
1539 ZFS_CLOSE(zhp); in _be_destroy()
1542 ZFS_CLOSE(zhp); in _be_destroy()
[all …]
H A Dbe_mount.c294 ZFS_CLOSE(zhp); in _be_mount()
308 ZFS_CLOSE(zhp); in _be_mount()
321 ZFS_CLOSE(zhp); in _be_mount()
340 ZFS_CLOSE(zhp); in _be_mount()
349 ZFS_CLOSE(zhp); in _be_mount()
361 ZFS_CLOSE(zhp); in _be_mount()
389 ZFS_CLOSE(zhp); in _be_mount()
477 ZFS_CLOSE(zhp); in _be_unmount()
481 ZFS_CLOSE(zhp); in _be_unmount()
494 ZFS_CLOSE(zhp); in _be_unmount()
[all …]
H A Dbe_activate.c352 ZFS_CLOSE(zhp); in _be_activate()
358 ZFS_CLOSE(zhp); in _be_activate()
368 ZFS_CLOSE(zhp); in _be_activate()
371 ZFS_CLOSE(zhp); in _be_activate()
387 ZFS_CLOSE(zhp); in _be_activate()
390 ZFS_CLOSE(zhp); in _be_activate()
556 ZFS_CLOSE(zhp); in set_canmount()
564 ZFS_CLOSE(zhp); in set_canmount()
585 ZFS_CLOSE(zhp); in set_canmount()
591 ZFS_CLOSE(zhp); in set_canmount()
[all …]
H A Dbe_snapshot.c607 ZFS_CLOSE(zhp); in _be_create_snapshot()
704 ZFS_CLOSE(zhp); in _be_destroy_snapshot()
741 ZFS_CLOSE(zhp); in be_rollback_check_callback()
748 ZFS_CLOSE(zhp); in be_rollback_check_callback()
752 ZFS_CLOSE(zhp); in be_rollback_check_callback()
786 ZFS_CLOSE(zhp); in be_rollback_callback()
796 ZFS_CLOSE(zhp_snap); in be_rollback_callback()
797 ZFS_CLOSE(zhp); in be_rollback_callback()
801 ZFS_CLOSE(zhp_snap); in be_rollback_callback()
805 ZFS_CLOSE(zhp); in be_rollback_callback()
[all …]
H A Dbe_list.c393 ZFS_CLOSE(zhp); in be_get_zone_be_list()
402 ZFS_CLOSE(zhp); in be_get_zone_be_list()
500 ZFS_CLOSE(zhp); in be_get_list_callback()
509 ZFS_CLOSE(zhp); in be_get_list_callback()
520 ZFS_CLOSE(zhp); in be_get_list_callback()
564 ZFS_CLOSE(zhp); in be_add_children_callback()
576 ZFS_CLOSE(zhp); in be_add_children_callback()
596 ZFS_CLOSE(zhp); in be_add_children_callback()
606 ZFS_CLOSE(zhp); in be_add_children_callback()
614 ZFS_CLOSE(zhp); in be_add_children_callback()
[all …]
H A Dbe_zones.c176 ZFS_CLOSE(zhp); in be_find_active_zone_root()
249 ZFS_CLOSE(zhp); in be_find_mounted_zone_root()
390 ZFS_CLOSE(zhp); in be_zone_get_parent_uuid()
431 ZFS_CLOSE(zhp); in be_zone_set_parent_uuid()
549 ZFS_CLOSE(zhp); in be_find_active_zone_root_callback()
H A Dbe_utils.c324 ZFS_CLOSE(zhp); in be_max_avail()
661 ZFS_CLOSE(zhp); in be_append_menu()
877 ZFS_CLOSE(zhp); in be_append_menu()
960 ZFS_CLOSE(zhp); in be_remove_menu()
1334 ZFS_CLOSE(zhp); in be_remove_menu()
1409 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1495 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1570 ZFS_CLOSE(zhp); in be_change_grub_default()
1723 ZFS_CLOSE(zhp); in be_change_grub_default()
1795 ZFS_CLOSE(zhp); in be_update_menu()
[all …]
H A Dbe_rename.c188 ZFS_CLOSE(zhp); in be_rename()
226 ZFS_CLOSE(zhp); in be_rename()
H A Dlibbe_priv.h70 #define ZFS_CLOSE(_zhp) \ macro