ih_entry_count    672 fs/reiserfs/do_balan.c 							    ih_entry_count
ih_entry_count   1306 fs/reiserfs/do_balan.c 						    ih_entry_count(aux_ih);
ih_entry_count   1586 fs/reiserfs/do_balan.c 					    ih_entry_count(pasted)) {
ih_entry_count    486 fs/reiserfs/item_ops.c 	dir_u->entry_count = ih_entry_count(vi->vi_ih) +
ih_entry_count    154 fs/reiserfs/lbalance.c 				bytes_or_entries = ih_entry_count(ih);
ih_entry_count    210 fs/reiserfs/lbalance.c 			bytes_or_entries = ih_entry_count(ih);
ih_entry_count    214 fs/reiserfs/lbalance.c 				      ih_entry_count(ih) - bytes_or_entries,
ih_entry_count    781 fs/reiserfs/lbalance.c 				len = ih_entry_count(ih);
ih_entry_count   1004 fs/reiserfs/lbalance.c 	put_ih_entry_count(ih, ih_entry_count(ih) - del_count);
ih_entry_count   1242 fs/reiserfs/lbalance.c 	put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count);
ih_entry_count     69 fs/reiserfs/namei.c 	BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih));
ih_entry_count     81 fs/reiserfs/namei.c 	BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih));
ih_entry_count     90 fs/reiserfs/namei.c 	BUG_ON(de->de_entry_num >= ih_entry_count(de->de_ih));
ih_entry_count    962 fs/reiserfs/stree.c 		RFALSE(ih_entry_count(le_ih) != 2,
ih_entry_count    968 fs/reiserfs/stree.c 	if (ih_entry_count(le_ih) == 1) {
ih_entry_count    493 include/linux/reiserfs_fs.h 		__le16 ih_entry_count;
ih_entry_count    508 include/linux/reiserfs_fs.h #define ih_entry_count(ih)           le16_to_cpu((ih)->u.ih_entry_count)
ih_entry_count    514 include/linux/reiserfs_fs.h #define put_ih_entry_count(ih, val)  do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
ih_entry_count   1042 include/linux/reiserfs_fs.h #define I_ENTRY_COUNT(ih) (ih_entry_count((ih)))