Searched defs:item_pos (Results 1 - 3 of 3) sorted by relevance
/fs/reiserfs/ |
H A D | do_balan.c | 80 int item_pos = PATH_LAST_POSITION(tb->tb_path); local 83 struct item_head *ih = item_head(tbS0, item_pos); 91 leaf_delete_items(&bi, 0, item_pos, 1, -1); 93 if (!item_pos && tb->CFL[0]) { 103 RFALSE(!item_pos && !tb->CFL[0], 112 int item_pos = PATH_LAST_POSITION(tb->tb_path); local 113 struct item_head *ih = item_head(tbS0, item_pos); 127 leaf_cut_from_buffer(&bi, item_pos, pos_in_item, 130 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0], 134 if (!item_pos 242 int item_pos = PATH_LAST_POSITION(tb->tb_path); local [all...] |
H A D | super.c | 201 int item_pos; local 260 item_pos = get_item_pos(&path); 261 if (item_pos != B_NR_ITEMS(bh)) { 266 item_pos--; 267 ih = item_head(bh, item_pos);
|
H A D | reiserfs.h | 2496 int item_pos; member in struct:tree_balance
|
Completed in 15 milliseconds