ih_location        45 fs/reiserfs/lbalance.c 		    source->b_data + ih_location(ih) +
ih_location       364 fs/reiserfs/lbalance.c 	j = location = (dest_before == 0) ? dest->b_size : ih_location(ih - 1);
ih_location       371 fs/reiserfs/lbalance.c 	last_loc = ih_location(&ih[nr + cpy_num - 1 - dest_before]);
ih_location       372 fs/reiserfs/lbalance.c 	last_inserted_loc = ih_location(&ih[cpy_num - 1]);
ih_location       930 fs/reiserfs/lbalance.c 	last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size;
ih_location       931 fs/reiserfs/lbalance.c 	unmoved_loc = before ? ih_location(ih - 1) : bh->b_size;
ih_location      1013 fs/reiserfs/lbalance.c 	last_loc = ih_location(&ih[nr - affected_item_num - 1]);
ih_location      1014 fs/reiserfs/lbalance.c 	unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size;
ih_location      1023 fs/reiserfs/lbalance.c 				ih_location(&ih[i - affected_item_num]) -
ih_location      1030 fs/reiserfs/lbalance.c 				memmove(bh->b_data + ih_location(ih) +
ih_location      1032 fs/reiserfs/lbalance.c 					bh->b_data + ih_location(ih),
ih_location      1035 fs/reiserfs/lbalance.c 				memset(bh->b_data + ih_location(ih), 0,
ih_location      1037 fs/reiserfs/lbalance.c 				memcpy(bh->b_data + ih_location(ih) +
ih_location      1095 fs/reiserfs/lbalance.c 	item = bh->b_data + ih_location(ih);
ih_location      1182 fs/reiserfs/lbalance.c 			memmove(bh->b_data + ih_location(ih),
ih_location      1183 fs/reiserfs/lbalance.c 				bh->b_data + ih_location(ih) + cut_size,
ih_location      1204 fs/reiserfs/lbalance.c 	last_loc = ih_location(&ih[nr - cut_item_num - 1]);
ih_location      1207 fs/reiserfs/lbalance.c 	unmoved_loc = cut_item_num ? ih_location(ih - 1) : bh->b_size;
ih_location      1224 fs/reiserfs/lbalance.c 				ih_location(&ih[i - cut_item_num]) + cut_size);
ih_location      1274 fs/reiserfs/lbalance.c 	j = (first == 0) ? bh->b_size : ih_location(ih - 1);
ih_location      1277 fs/reiserfs/lbalance.c 	last_loc = ih_location(&ih[nr - 1 - first]);
ih_location      1278 fs/reiserfs/lbalance.c 	last_removed_loc = ih_location(&ih[del_num - 1]);
ih_location      1289 fs/reiserfs/lbalance.c 				ih_location(&ih[i - first]) + (j -
ih_location      1343 fs/reiserfs/lbalance.c 	item = bh->b_data + ih_location(ih);
ih_location       130 fs/reiserfs/prints.c 			       ih_item_len(ih), ih_location(ih),
ih_location      2217 fs/reiserfs/reiserfs.h 	return bh->b_data + ih_location(ih);
ih_location      2678 fs/reiserfs/reiserfs.h #define B_I_STAT_DATA(bh, ih) ( (struct stat_data * )((bh)->b_data + ih_location(ih)) )
ih_location       414 fs/reiserfs/stree.c 	used_space = BLKH_SIZE + IH_SIZE * nr + (blocksize - ih_location(ih));
ih_location       437 fs/reiserfs/stree.c 		if (ih_location(ih) >= blocksize
ih_location       438 fs/reiserfs/stree.c 		    || ih_location(ih) < IH_SIZE * nr) {
ih_location       451 fs/reiserfs/stree.c 		if (prev_location - ih_location(ih) != ih_item_len(ih)) {
ih_location       457 fs/reiserfs/stree.c 		prev_location = ih_location(ih);