Searched refs:ih_location (Results 1 – 4 of 4) sorted by relevance
45 source->b_data + ih_location(ih) + in leaf_copy_dir_entries()364 j = location = (dest_before == 0) ? dest->b_size : ih_location(ih - 1); in leaf_copy_items_entirely()371 last_loc = ih_location(&ih[nr + cpy_num - 1 - dest_before]); in leaf_copy_items_entirely()372 last_inserted_loc = ih_location(&ih[cpy_num - 1]); in leaf_copy_items_entirely()930 last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size; in leaf_insert_into_buf()931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf()1013 last_loc = ih_location(&ih[nr - affected_item_num - 1]); in leaf_paste_in_buffer()1014 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer()1023 ih_location(&ih[i - affected_item_num]) - in leaf_paste_in_buffer()1030 memmove(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()[all …]
432 used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih)); in is_leaf()455 if (ih_location(ih) >= blocksize in is_leaf()456 || ih_location(ih) < IH_SIZE * nr) { in is_leaf()469 if (prev_location - ih_location(ih) != ih_item_len(ih)) { in is_leaf()484 prev_location = ih_location(ih); in is_leaf()
130 ih_item_len(ih), ih_location(ih), in scnprintf_item_head()
1398 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location) macro2214 return bh->b_data + ih_location(ih); in ih_item_body()2675 #define B_I_STAT_DATA(bh, ih) ( (struct stat_data * )((bh)->b_data + ih_location(ih)) )