Lines Matching refs:RFALSE
33 RFALSE(!is_direntry_le_ih(ih), "vs-10000: item must be directory item"); in leaf_copy_dir_entries()
161 RFALSE(!ih_item_len(ih), in leaf_copy_boundary_item()
204 RFALSE(get_ih_free_space(dih), in leaf_copy_boundary_item()
249 RFALSE(is_indirect_le_ih(ih) && get_ih_free_space(ih), in leaf_copy_boundary_item()
257 RFALSE(le_ih_k_offset(dih) != in leaf_copy_boundary_item()
269 RFALSE(ih_item_len(ih) <= bytes_or_entries, in leaf_copy_boundary_item()
276 RFALSE(le_ih_k_offset(dih) <= in leaf_copy_boundary_item()
284 RFALSE(le_ih_k_offset(dih) <= in leaf_copy_boundary_item()
322 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST, in leaf_copy_items_entirely()
324 RFALSE(B_NR_ITEMS(src) - first < cpy_num, in leaf_copy_items_entirely()
327 RFALSE(cpy_num < 0, "vs-10110: can not copy negative amount of items"); in leaf_copy_items_entirely()
328 RFALSE(!dest_bi, "vs-10120: can not copy negative amount of items"); in leaf_copy_items_entirely()
332 RFALSE(!dest, "vs-10130: can not copy negative amount of items"); in leaf_copy_items_entirely()
350 RFALSE(blkh_free_space(blkh) < cpy_num * IH_SIZE, in leaf_copy_items_entirely()
375 RFALSE(free_space < j - last_inserted_loc, in leaf_copy_items_entirely()
397 RFALSE(dc_block_number(t_dc) != dest->b_blocknr, in leaf_copy_items_entirely()
421 RFALSE(cpy_bytes == -1, in leaf_item_bottle()
445 RFALSE(cpy_bytes == ih_item_len(ih) in leaf_item_bottle()
452 RFALSE(op_is_left_mergeable(&ih->ih_key, src->b_size), in leaf_item_bottle()
491 RFALSE(!cpy_bytes && get_ih_free_space(ih), in leaf_item_bottle()
528 RFALSE(!dest || !src, "vs-10210: !dest || !src"); in leaf_copy_items()
529 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in leaf_copy_items()
531 RFALSE(B_NR_ITEMS(src) < cpy_num, in leaf_copy_items()
534 RFALSE(cpy_num < 0, "vs-10240: cpy_num < 0 (%d)", cpy_num); in leaf_copy_items()
706 RFALSE(!src_bi->bi_bh || !dest_bi->bi_bh, in leaf_define_dest_src_infos()
756 RFALSE(shift_bytes != -1, in leaf_shift_left()
776 RFALSE((shift_bytes != -1 && in leaf_shift_left()
833 RFALSE(!bh, "10155: bh is not defined"); in leaf_delete_items()
834 RFALSE(del_num < 0, "10160: del_num can not be < 0. del_num==%d", in leaf_delete_items()
836 RFALSE(first < 0 in leaf_delete_items()
919 RFALSE(free_space < ih_item_len(inserted_item_ih) + IH_SIZE, in leaf_insert_into_buf()
922 RFALSE(zeros_number > ih_item_len(inserted_item_ih), in leaf_insert_into_buf()
994 RFALSE(free_space < paste_size, in leaf_paste_in_buffer()
1086 RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item"); in leaf_cut_entries()
1087 RFALSE(ih_entry_count(ih) < from + del_count, in leaf_cut_entries()
1166 RFALSE(cut_item_num, in leaf_cut_from_buffer()
1174 RFALSE(is_statdata_le_ih(ih), "10195: item is stat data"); in leaf_cut_from_buffer()
1175 RFALSE(pos_in_item && pos_in_item + cut_size != ih_item_len(ih), in leaf_cut_from_buffer()
1196 RFALSE(ih_item_len(ih) == cut_size in leaf_cut_from_buffer()
1250 RFALSE(bh == NULL, "10210: buffer is 0"); in leaf_delete_items_entirely()
1251 RFALSE(del_num < 0, "10215: del_num less than 0 (%d)", del_num); in leaf_delete_items_entirely()
1259 RFALSE(first < 0 || first + del_num > nr, in leaf_delete_items_entirely()
1337 RFALSE(!is_direntry_le_ih(ih), "10225: item is not directory item"); in leaf_paste_entries()
1338 RFALSE(ih_entry_count(ih) < before, in leaf_paste_entries()