Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Ditem_ops.c285 printk("%d pointers\n[ ", (int)I_UNFM_NUM(ih)); in indirect_print_item()
286 for (j = 0; j < I_UNFM_NUM(ih); j++) { in indirect_print_item()
Dstree.c1039 pos = I_UNFM_NUM(&s_ih); in prepare_for_delete_or_cut()
1939 || I_UNFM_NUM(found_ih) != pos_in_item(path) in check_research_for_paste()
Dbitmap.c828 if (pos_in_item == I_UNFM_NUM(ih)) in get_left_neighbor()
Dreiserfs.h2221 #define I_UNFM_NUM(ih) (ih_item_len(ih) / UNFM_P_SIZE) macro
2224 #define I_POS_UNFM_SIZE(ih,pos,size) (((pos) == I_UNFM_NUM(ih) - 1 ) ? (size) - ih_free_space(ih) :…