Lines Matching refs:RFALSE

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