Lines Matching refs:need_to_commit
533 static boolean_t need_to_commit = B_FALSE; variable
1423 need_to_commit = B_TRUE; in initialize()
1428 } else if (need_to_commit) { in initialize()
1455 need_to_commit = B_TRUE; in initialize()
1750 need_to_commit = B_TRUE; in create_func()
2621 need_to_commit = B_FALSE; in delete_func()
2950 need_to_commit = B_TRUE; in remove_aliased_rctl()
3025 need_to_commit = B_TRUE; in remove_fs()
3040 need_to_commit = B_TRUE; in remove_fs()
3059 need_to_commit = B_TRUE; in remove_net()
3073 need_to_commit = B_TRUE; in remove_net()
3092 need_to_commit = B_TRUE; in remove_device()
3106 need_to_commit = B_TRUE; in remove_device()
3125 need_to_commit = B_TRUE; in remove_attr()
3139 need_to_commit = B_TRUE; in remove_attr()
3158 need_to_commit = B_TRUE; in remove_dataset()
3172 need_to_commit = B_TRUE; in remove_dataset()
3191 need_to_commit = B_TRUE; in remove_rctl()
3206 need_to_commit = B_TRUE; in remove_rctl()
3222 need_to_commit = B_TRUE; in remove_pset()
3241 need_to_commit = B_TRUE; in remove_pcap()
3268 need_to_commit = B_TRUE; in remove_mcap()
3277 need_to_commit = B_TRUE; in remove_mcap()
3286 need_to_commit = B_TRUE; in remove_mcap()
3291 need_to_commit = B_FALSE; in remove_mcap()
3314 need_to_commit = B_TRUE; in remove_admin()
3330 need_to_commit = B_TRUE; in remove_admin()
3585 need_to_commit = B_TRUE; in clear_property()
3592 need_to_commit = B_TRUE; in clear_property()
3600 need_to_commit = B_TRUE; in clear_property()
3643 need_to_commit = B_TRUE; in clear_global()
3649 need_to_commit = B_TRUE; in clear_global()
3655 need_to_commit = B_TRUE; in clear_global()
3661 need_to_commit = B_TRUE; in clear_global()
3667 need_to_commit = B_TRUE; in clear_global()
3674 need_to_commit = B_TRUE; in clear_global()
3701 need_to_commit = B_TRUE; in clear_global()
3707 need_to_commit = B_TRUE; in clear_global()
4091 need_to_commit = B_TRUE; in set_aliased_rctl()
4267 need_to_commit = B_TRUE; in set_func()
4285 need_to_commit = B_TRUE; in set_func()
4297 need_to_commit = B_TRUE; in set_func()
4313 need_to_commit = B_TRUE; in set_func()
4337 need_to_commit = B_TRUE; in set_func()
4343 need_to_commit = B_TRUE; in set_func()
4349 need_to_commit = B_TRUE; in set_func()
4355 need_to_commit = B_TRUE; in set_func()
4375 need_to_commit = B_TRUE; in set_func()
4409 need_to_commit = B_TRUE; in set_func()
4415 need_to_commit = B_TRUE; in set_func()
4665 need_to_commit = B_TRUE; in set_func()
4722 need_to_commit = B_TRUE; in set_func()
4749 need_to_commit = B_TRUE; in set_func()
6105 need_to_commit = B_FALSE; in verify_func()
6694 need_to_commit = B_TRUE; in end_func()
6941 if (need_to_commit && zonecfg_check_handle(handle) == Z_OK) { in cleanup()
6954 if (need_to_commit) { in cleanup()
6972 return ((need_to_commit || saw_error) ? Z_ERR : Z_OK); in cleanup()