Lines Matching defs:last_eb_bh
1140 * last_eb_bh is required as we have to update it's next_leaf pointer
1149 struct buffer_head **last_eb_bh,
1161 BUG_ON(!last_eb_bh || !*last_eb_bh);
1174 eb = (struct ocfs2_extent_block *)(*last_eb_bh)->b_data;
1284 status = ocfs2_journal_access_eb(handle, et->et_ci, *last_eb_bh,
1317 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data;
1320 ocfs2_journal_dirty(handle, *last_eb_bh);
1329 brelse(*last_eb_bh);
1331 *last_eb_bh = new_eb_bhs[0];
1522 * *last_eb_bh will be updated by ocfs2_add_branch().
1525 int *final_depth, struct buffer_head **last_eb_bh,
1567 * back *last_eb_bh as the new leaf. At depth
1571 BUG_ON(*last_eb_bh);
1573 *last_eb_bh = bh;
1580 ret = ocfs2_add_branch(handle, et, bh, last_eb_bh,
4572 struct buffer_head **last_eb_bh,
4690 *last_eb_bh = bh;
4711 struct buffer_head *last_eb_bh = NULL;
4730 status = ocfs2_figure_insert_type(et, &last_eb_bh, &rec,
4743 &insert.ins_tree_depth, &last_eb_bh,
4759 brelse(last_eb_bh);
4906 struct buffer_head **last_eb_bh,
4931 BUG_ON(!(*last_eb_bh));
4932 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data;
4939 &depth, last_eb_bh, meta_ac);
5048 * last_eb_bh should be the rightmost leaf block for any extent
5067 struct buffer_head *last_eb_bh = NULL;
5096 &last_eb_bh);
5121 &last_eb_bh, split_index,
5134 brelse(last_eb_bh);
5279 struct buffer_head *last_eb_bh = NULL;
5298 &last_eb_bh);
5304 eb = (struct ocfs2_extent_block *) last_eb_bh->b_data;
5319 ret = ocfs2_grow_tree(handle, et, &depth, &last_eb_bh,
5338 brelse(last_eb_bh);