Home
last modified time | relevance | path

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

/linux-6.12.1/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.c2557 struct buffer_head *tbS0 = PATH_PLAST_BUFFER(tb->tb_path); in fix_nodes() local
2579 if (buffer_locked(tbS0)) { in fix_nodes()
2581 __wait_on_buffer(tbS0); in fix_nodes()
2593 if (!buffer_uptodate(tbS0) || !B_IS_IN_TREE(tbS0)) in fix_nodes()
2597 tbS0, tbS0, op_mode); in fix_nodes()
2602 if (item_num <= 0 || item_num > B_NR_ITEMS(tbS0)) in fix_nodes()
2606 B_NR_ITEMS(tbS0)); in fix_nodes()
2611 if (item_num < 0 || item_num >= B_NR_ITEMS(tbS0)) { in fix_nodes()
2612 print_block(tbS0, 0, -1, -1); in fix_nodes()