Lines Matching defs:last_eb_bh
1138 * last_eb_bh is required as we have to update it's next_leaf pointer
1147 struct buffer_head **last_eb_bh,
1159 BUG_ON(!last_eb_bh || !*last_eb_bh);
1172 eb = (struct ocfs2_extent_block *)(*last_eb_bh)->b_data;
1282 status = ocfs2_journal_access_eb(handle, et->et_ci, *last_eb_bh,
1315 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data;
1318 ocfs2_journal_dirty(handle, *last_eb_bh);
1327 brelse(*last_eb_bh);
1329 *last_eb_bh = new_eb_bhs[0];
1520 * *last_eb_bh will be updated by ocfs2_add_branch().
1523 int *final_depth, struct buffer_head **last_eb_bh,
1565 * back *last_eb_bh as the new leaf. At depth
1569 BUG_ON(*last_eb_bh);
1571 *last_eb_bh = bh;
1578 ret = ocfs2_add_branch(handle, et, bh, last_eb_bh,
4570 struct buffer_head **last_eb_bh,
4688 *last_eb_bh = bh;
4709 struct buffer_head *last_eb_bh = NULL;
4728 status = ocfs2_figure_insert_type(et, &last_eb_bh, &rec,
4741 &insert.ins_tree_depth, &last_eb_bh,
4757 brelse(last_eb_bh);
4904 struct buffer_head **last_eb_bh,
4929 BUG_ON(!(*last_eb_bh));
4930 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data;
4937 &depth, last_eb_bh, meta_ac);
5046 * last_eb_bh should be the rightmost leaf block for any extent
5065 struct buffer_head *last_eb_bh = NULL;
5094 &last_eb_bh);
5119 &last_eb_bh, split_index,
5132 brelse(last_eb_bh);
5277 struct buffer_head *last_eb_bh = NULL;
5296 &last_eb_bh);
5302 eb = (struct ocfs2_extent_block *) last_eb_bh->b_data;
5317 ret = ocfs2_grow_tree(handle, et, &depth, &last_eb_bh,
5336 brelse(last_eb_bh);