A_OVFL
__delete_page(hashp, last_pagep, A_OVFL);
__delete_page(hashp, pagep, A_OVFL);
__delete_page(hashp, empty_page, A_OVFL);
__delete_page(hashp, temp_pagep, A_OVFL);
if (__new_page(hashp, (u_int32_t)ovfl_num, A_OVFL) != 0)
if (!ovfl_num || !(new_pagep = __get_page(hashp, ovfl_num, A_OVFL)))
if (__new_page(hashp, (u_int32_t)ovfl_num, A_OVFL) != 0)
if (!ovfl_num || !(new_pagep = __get_page(hashp, ovfl_num, A_OVFL)))
case A_OVFL:
if (page_type == A_OVFL)
case A_OVFL: