Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_create.c489 ZFS_CLOSE(zhp); in be_destroy()
513 ZFS_CLOSE(zhp); in be_destroy()
539 ZFS_CLOSE(zhp); in be_destroy()
543 ZFS_CLOSE(zhp); in be_destroy()
1167 ZFS_CLOSE(zhp); in be_copy()
1362 ZFS_CLOSE(zhp); in be_set_uuid()
1431 ZFS_CLOSE(zhp); in be_get_uuid()
1503 ZFS_CLOSE(zhp); in _be_destroy()
1541 ZFS_CLOSE(zhp); in _be_destroy()
1544 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.c300 ZFS_CLOSE(zhp); in _be_activate()
306 ZFS_CLOSE(zhp); in _be_activate()
316 ZFS_CLOSE(zhp); in _be_activate()
319 ZFS_CLOSE(zhp); in _be_activate()
335 ZFS_CLOSE(zhp); in _be_activate()
338 ZFS_CLOSE(zhp); in _be_activate()
504 ZFS_CLOSE(zhp); in set_canmount()
512 ZFS_CLOSE(zhp); in set_canmount()
533 ZFS_CLOSE(zhp); in set_canmount()
539 ZFS_CLOSE(zhp); in set_canmount()
[all …]
H A Dbe_snapshot.c607 ZFS_CLOSE(zhp); in _be_create_snapshot()
705 ZFS_CLOSE(zhp); in _be_destroy_snapshot()
742 ZFS_CLOSE(zhp); in be_rollback_check_callback()
749 ZFS_CLOSE(zhp); in be_rollback_check_callback()
753 ZFS_CLOSE(zhp); in be_rollback_check_callback()
787 ZFS_CLOSE(zhp); in be_rollback_callback()
797 ZFS_CLOSE(zhp_snap); in be_rollback_callback()
798 ZFS_CLOSE(zhp); in be_rollback_callback()
802 ZFS_CLOSE(zhp_snap); in be_rollback_callback()
806 ZFS_CLOSE(zhp); in be_rollback_callback()
[all …]
H A Dbe_list.c390 ZFS_CLOSE(zhp); in be_get_zone_be_list()
397 ZFS_CLOSE(zhp); in be_get_zone_be_list()
495 ZFS_CLOSE(zhp); in be_get_list_callback()
504 ZFS_CLOSE(zhp); in be_get_list_callback()
513 ZFS_CLOSE(zhp); in be_get_list_callback()
560 ZFS_CLOSE(zhp); in be_add_children_callback()
572 ZFS_CLOSE(zhp); in be_add_children_callback()
592 ZFS_CLOSE(zhp); in be_add_children_callback()
602 ZFS_CLOSE(zhp); in be_add_children_callback()
610 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.c113 ZFS_CLOSE(zhp); in be_max_avail()
442 ZFS_CLOSE(zhp); in be_append_menu()
658 ZFS_CLOSE(zhp); in be_append_menu()
741 ZFS_CLOSE(zhp); in be_remove_menu()
1115 ZFS_CLOSE(zhp); in be_remove_menu()
1190 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1276 ZFS_CLOSE(zhp); in be_default_grub_bootfs()
1351 ZFS_CLOSE(zhp); in be_change_grub_default()
1504 ZFS_CLOSE(zhp); in be_change_grub_default()
1576 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.h62 #define ZFS_CLOSE(_zhp) \ macro