Searched defs:item_pos (Results 1 - 3 of 3) sorted by relevance

/fs/reiserfs/
H A Ddo_balan.c80 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 Dsuper.c201 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 Dreiserfs.h2496 int item_pos; member in struct:tree_balance

Completed in 15 milliseconds