Home
last modified time | relevance | path

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

/titanic_50/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.c351 ZFS_CLOSE(zhp); in _be_activate()
357 ZFS_CLOSE(zhp); in _be_activate()
367 ZFS_CLOSE(zhp); in _be_activate()
370 ZFS_CLOSE(zhp); in _be_activate()
386 ZFS_CLOSE(zhp); in _be_activate()
389 ZFS_CLOSE(zhp); in _be_activate()
555 ZFS_CLOSE(zhp); in set_canmount()
563 ZFS_CLOSE(zhp); in set_canmount()
584 ZFS_CLOSE(zhp); in set_canmount()
590 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.c116 ZFS_CLOSE(zhp); in be_max_avail()
445 ZFS_CLOSE(zhp); in be_append_menu()
661 ZFS_CLOSE(zhp); in be_append_menu()
744 ZFS_CLOSE(zhp); in be_remove_menu()
1118 ZFS_CLOSE(zhp); in be_remove_menu()
1193 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1279 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1354 ZFS_CLOSE(zhp); in be_change_grub_default()
1507 ZFS_CLOSE(zhp); in be_change_grub_default()
1579 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.h67 #define ZFS_CLOSE(_zhp) \ macro