I_UNFM_NUM        745 fs/reiserfs/bitmap.c 		if (pos_in_item == I_UNFM_NUM(ih))
I_UNFM_NUM        283 fs/reiserfs/item_ops.c 	printk("%d pointers\n[ ", (int)I_UNFM_NUM(ih));
I_UNFM_NUM        284 fs/reiserfs/item_ops.c 	for (j = 0; j < I_UNFM_NUM(ih); j++) {
I_UNFM_NUM       1042 fs/reiserfs/stree.c 		pos = I_UNFM_NUM(&s_ih);
I_UNFM_NUM       1942 fs/reiserfs/stree.c 		    || I_UNFM_NUM(found_ih) != pos_in_item(path)
I_UNFM_NUM       1500 include/linux/reiserfs_fs.h #define I_POS_UNFM_SIZE(ih,pos,size) (((pos) == I_UNFM_NUM(ih) - 1 ) ? (size) - ih_free_space(ih) : (size))