ih_entry_count    126 fs/reiserfs/dir.c 		RFALSE(ih_entry_count(ih) < entry_num,
ih_entry_count    128 fs/reiserfs/dir.c 		       entry_num, ih_entry_count(ih));
ih_entry_count    135 fs/reiserfs/dir.c 		    || entry_num < ih_entry_count(ih)) {
ih_entry_count    139 fs/reiserfs/dir.c 			for (; entry_num < ih_entry_count(ih);
ih_entry_count    374 fs/reiserfs/do_balan.c 			l_pos_in_item += ih_entry_count(pasted) -
ih_entry_count    551 fs/reiserfs/do_balan.c 			tb->pos_in_item += ih_entry_count(pasted);
ih_entry_count    717 fs/reiserfs/do_balan.c 	entry_count = ih_entry_count(item_head(tbS0, tb->item_pos));
ih_entry_count   1018 fs/reiserfs/do_balan.c 	int entry_count = ih_entry_count(aux_ih);
ih_entry_count   1285 fs/reiserfs/do_balan.c 	if (tb->pos_in_item >= 0 && tb->pos_in_item <= ih_entry_count(pasted)) {
ih_entry_count    171 fs/reiserfs/fix_node.c 			     && ih_entry_count(item_head(Sh, 0)) == 1)) {
ih_entry_count    385 fs/reiserfs/item_ops.c 	for (i = 0; i < ih_entry_count(ih); i++, deh++) {
ih_entry_count    419 fs/reiserfs/item_ops.c 	for (i = 0; i < ih_entry_count(ih); i++, deh++) {
ih_entry_count    478 fs/reiserfs/item_ops.c 	dir_u->entry_count = ih_entry_count(vi->vi_ih) +
ih_entry_count     82 fs/reiserfs/lbalance.c 			if (from < ih_entry_count(ih)) {
ih_entry_count    121 fs/reiserfs/lbalance.c 			    FIRST_TO_LAST) ? ih_entry_count(item_head(dest,
ih_entry_count    167 fs/reiserfs/lbalance.c 				bytes_or_entries = ih_entry_count(ih);
ih_entry_count    233 fs/reiserfs/lbalance.c 			bytes_or_entries = ih_entry_count(ih);
ih_entry_count    237 fs/reiserfs/lbalance.c 				      ih_entry_count(ih) - bytes_or_entries,
ih_entry_count    467 fs/reiserfs/lbalance.c 					      ih_entry_count(ih) - cpy_bytes,
ih_entry_count    778 fs/reiserfs/lbalance.c 				  && !ih_entry_count(item_head(S0, 0)))) &&
ih_entry_count    885 fs/reiserfs/lbalance.c 				len = ih_entry_count(ih);
ih_entry_count   1087 fs/reiserfs/lbalance.c 	RFALSE(ih_entry_count(ih) < from + del_count,
ih_entry_count   1089 fs/reiserfs/lbalance.c 	       ih_entry_count(ih), from, del_count);
ih_entry_count   1111 fs/reiserfs/lbalance.c 	for (i = ih_entry_count(ih) - 1; i > from + del_count - 1; i--)
ih_entry_count   1121 fs/reiserfs/lbalance.c 	put_ih_entry_count(ih, ih_entry_count(ih) - del_count);
ih_entry_count   1338 fs/reiserfs/lbalance.c 	RFALSE(ih_entry_count(ih) < before,
ih_entry_count   1340 fs/reiserfs/lbalance.c 	       ih_entry_count(ih), before);
ih_entry_count   1355 fs/reiserfs/lbalance.c 	for (i = ih_entry_count(ih) - 1; i >= before; i--)
ih_entry_count   1365 fs/reiserfs/lbalance.c 	put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count);
ih_entry_count   1403 fs/reiserfs/lbalance.c 		for (i = 0; i < ih_entry_count(ih); i++) {
ih_entry_count   1406 fs/reiserfs/lbalance.c 			     ih_entry_count(ih) -
ih_entry_count     36 fs/reiserfs/namei.c 	rbound = ih_entry_count(ih) - 1;
ih_entry_count     76 fs/reiserfs/namei.c 	BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih));
ih_entry_count     88 fs/reiserfs/namei.c 	BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih));
ih_entry_count     97 fs/reiserfs/namei.c 	BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih));
ih_entry_count    236 fs/reiserfs/namei.c 	if (i == ih_entry_count(de->de_ih) ||
ih_entry_count   1382 fs/reiserfs/reiserfs.h 		__le16 ih_entry_count;
ih_entry_count   1400 fs/reiserfs/reiserfs.h #define ih_entry_count(ih)           le16_to_cpu((ih)->u.ih_entry_count)
ih_entry_count   1406 fs/reiserfs/reiserfs.h #define put_ih_entry_count(ih, val)  do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
ih_entry_count    977 fs/reiserfs/stree.c 		RFALSE(ih_entry_count(le_ih) != 2,
ih_entry_count    984 fs/reiserfs/stree.c 	if (ih_entry_count(le_ih) == 1) {