ih_location        49 fs/reiserfs/lbalance.c 		    source->b_data + ih_location(ih) +
ih_location       333 fs/reiserfs/lbalance.c 	j = location = (dest_before == 0) ? dest->b_size : ih_location(ih - 1);
ih_location       340 fs/reiserfs/lbalance.c 	last_loc = ih_location(&(ih[nr + cpy_num - 1 - dest_before]));
ih_location       341 fs/reiserfs/lbalance.c 	last_inserted_loc = ih_location(&(ih[cpy_num - 1]));
ih_location       824 fs/reiserfs/lbalance.c 	last_loc = nr ? ih_location(&(ih[nr - before - 1])) : bh->b_size;
ih_location       825 fs/reiserfs/lbalance.c 	unmoved_loc = before ? ih_location(ih - 1) : bh->b_size;
ih_location       902 fs/reiserfs/lbalance.c 	last_loc = ih_location(&(ih[nr - affected_item_num - 1]));
ih_location       903 fs/reiserfs/lbalance.c 	unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size;
ih_location       912 fs/reiserfs/lbalance.c 				ih_location(&(ih[i - affected_item_num])) -
ih_location       919 fs/reiserfs/lbalance.c 				memmove(bh->b_data + ih_location(ih) +
ih_location       921 fs/reiserfs/lbalance.c 					bh->b_data + ih_location(ih),
ih_location       924 fs/reiserfs/lbalance.c 				memset(bh->b_data + ih_location(ih), 0,
ih_location       926 fs/reiserfs/lbalance.c 				memcpy(bh->b_data + ih_location(ih) +
ih_location       980 fs/reiserfs/lbalance.c 	item = bh->b_data + ih_location(ih);
ih_location      1065 fs/reiserfs/lbalance.c 			memmove(bh->b_data + ih_location(ih),
ih_location      1066 fs/reiserfs/lbalance.c 				bh->b_data + ih_location(ih) + cut_size,
ih_location      1087 fs/reiserfs/lbalance.c 	last_loc = ih_location(&(ih[nr - cut_item_num - 1]));
ih_location      1090 fs/reiserfs/lbalance.c 	unmoved_loc = cut_item_num ? ih_location(ih - 1) : bh->b_size;
ih_location      1107 fs/reiserfs/lbalance.c 				ih_location(&ih[i - cut_item_num]) + cut_size);
ih_location      1157 fs/reiserfs/lbalance.c 	j = (first == 0) ? bh->b_size : ih_location(ih - 1);
ih_location      1160 fs/reiserfs/lbalance.c 	last_loc = ih_location(&(ih[nr - 1 - first]));
ih_location      1161 fs/reiserfs/lbalance.c 	last_removed_loc = ih_location(&(ih[del_num - 1]));
ih_location      1172 fs/reiserfs/lbalance.c 				ih_location(&(ih[i - first])) + (j -
ih_location      1219 fs/reiserfs/lbalance.c 	item = bh->b_data + ih_location(ih);
ih_location       120 fs/reiserfs/prints.c 			ih_item_len(ih), ih_location(ih), ih_free_space(ih));
ih_location       459 fs/reiserfs/stree.c 	used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
ih_location       479 fs/reiserfs/stree.c 		if (ih_location(ih) >= blocksize
ih_location       480 fs/reiserfs/stree.c 		    || ih_location(ih) < IH_SIZE * nr) {
ih_location       493 fs/reiserfs/stree.c 		if (prev_location - ih_location(ih) != ih_item_len(ih)) {
ih_location       499 fs/reiserfs/stree.c 		prev_location = ih_location(ih);
ih_location      1016 include/linux/reiserfs_fs.h #define B_I_PITEM(bh,ih) ( (bh)->b_data + ih_location(ih) )
ih_location      1045 include/linux/reiserfs_fs.h #define B_I_E_NAME(bh,ih,entry_num) ((char *)(bh->b_data + ih_location(ih) + deh_location(B_I_DEH(bh,ih)+(entry_num))))
ih_location      1514 include/linux/reiserfs_fs.h #define B_N_PITEM(bh,item_num) ( (bh)->b_data + ih_location(B_N_PITEM_HEAD((bh),(item_num))))
ih_location      1518 include/linux/reiserfs_fs.h ( (struct stat_data *)((bh)->b_data + ih_location(B_N_PITEM_HEAD((bh),(nr))) ) )
ih_location      1523 include/linux/reiserfs_fs.h #define B_I_STAT_DATA(bh, ih) ( (struct stat_data * )((bh)->b_data + ih_location(ih)) )