Searched refs:I_UNFM_NUM (Results 1 – 4 of 4) sorted by relevance
272 printk("%d pointers\n[ ", (int)I_UNFM_NUM(ih)); in indirect_print_item()273 for (j = 0; j < I_UNFM_NUM(ih); j++) { in indirect_print_item()
1099 pos = I_UNFM_NUM(&s_ih); in prepare_for_delete_or_cut()2067 || I_UNFM_NUM(found_ih) != pos_in_item(path) in check_research_for_paste()
884 if (pos_in_item == I_UNFM_NUM(ih)) in get_left_neighbor()
2659 #define I_UNFM_NUM(ih) (ih_item_len(ih) / UNFM_P_SIZE) macro2665 #define I_POS_UNFM_SIZE(ih,pos,size) (((pos) == I_UNFM_NUM(ih) - 1 ) ? (size) - ih_free_space(ih) :…