del_count        1073 fs/reiserfs/lbalance.c 			    struct item_head *ih, int from, int del_count)
del_count        1087 fs/reiserfs/lbalance.c 	RFALSE(ih_entry_count(ih) < from + del_count,
del_count        1089 fs/reiserfs/lbalance.c 	       ih_entry_count(ih), from, del_count);
del_count        1091 fs/reiserfs/lbalance.c 	if (del_count == 0)
del_count        1107 fs/reiserfs/lbalance.c 	    deh_location(&deh[from + del_count - 1]);
del_count        1111 fs/reiserfs/lbalance.c 	for (i = ih_entry_count(ih) - 1; i > from + del_count - 1; i--)
del_count        1114 fs/reiserfs/lbalance.c 				 (DEH_SIZE * del_count));
del_count        1118 fs/reiserfs/lbalance.c 				 deh_location(&deh[i]) - (DEH_SIZE * del_count +
del_count        1121 fs/reiserfs/lbalance.c 	put_ih_entry_count(ih, ih_entry_count(ih) - del_count);
del_count        1125 fs/reiserfs/lbalance.c 		deh + from + del_count,
del_count        1127 fs/reiserfs/lbalance.c 							 del_count));
del_count        1130 fs/reiserfs/lbalance.c 	memmove(prev_record - cut_records_len - DEH_SIZE * del_count,
del_count        1133 fs/reiserfs/lbalance.c 	return DEH_SIZE * del_count + cut_records_len;