Searched refs:I_UNFM_NUM (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ditem_ops.c280 printk("%d pointers\n[ ", (int)I_UNFM_NUM(ih));
281 for (j = 0; j < I_UNFM_NUM(ih); j++) {
H A Dstree.c1040 pos = I_UNFM_NUM(&s_ih);
1939 || I_UNFM_NUM(found_ih) != pos_in_item(path)
H A Dbitmap.c733 if (pos_in_item == I_UNFM_NUM(ih))
735 // pos_in_item = I_UNFM_NUM (ih) - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1480 #define I_UNFM_NUM(p_s_ih) ( ih_item_len(p_s_ih) / UNFM_P_SIZE ) macro
1483 #define I_POS_UNFM_SIZE(ih,pos,size) (((pos) == I_UNFM_NUM(ih) - 1 ) ? (size) - ih_free_space(ih) : (size))

Completed in 78 milliseconds