Home
last modified time | relevance | path

Searched refs:tbS0 (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Ddo_balan.c79 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete_del() local
83 struct item_head *ih = item_head(tbS0, item_pos); in balance_leaf_when_delete_del()
94 if (B_NR_ITEMS(tbS0)) { in balance_leaf_when_delete_del()
95 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0); in balance_leaf_when_delete_del()
111 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete_cut() local
113 struct item_head *ih = item_head(tbS0, item_pos); in balance_leaf_when_delete_cut()
135 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0); in balance_leaf_when_delete_cut()
148 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in balance_leaf_when_delete_left() local
149 int n = B_NR_ITEMS(tbS0); in balance_leaf_when_delete_left()
171 reiserfs_invalidate_buffer(tb, tbS0); in balance_leaf_when_delete_left()
[all …]
Dfix_node.c2560 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in fix_nodes() local
2582 if (buffer_locked(tbS0)) { in fix_nodes()
2584 __wait_on_buffer(tbS0); in fix_nodes()
2596 if (!buffer_uptodate(tbS0) || !B_IS_IN_TREE(tbS0)) in fix_nodes()
2600 tbS0, tbS0, op_mode); in fix_nodes()
2605 if (item_num <= 0 || item_num > B_NR_ITEMS(tbS0)) in fix_nodes()
2609 B_NR_ITEMS(tbS0)); in fix_nodes()
2614 if (item_num < 0 || item_num >= B_NR_ITEMS(tbS0)) { in fix_nodes()
2615 print_block(tbS0, 0, -1, -1); in fix_nodes()