Searched refs:last_eb_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 1140 * last_eb_bh is required as we have to update it's next_leaf pointer 1149 struct buffer_head **last_eb_bh, in ocfs2_add_branch() 1161 BUG_ON(!last_eb_bh || !*last_eb_bh); in ocfs2_add_branch() 1174 eb = (struct ocfs2_extent_block *)(*last_eb_bh)->b_data; in ocfs2_add_branch() 1284 status = ocfs2_journal_access_eb(handle, et->et_ci, *last_eb_bh, in ocfs2_add_branch() 1317 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data; in ocfs2_add_branch() 1320 ocfs2_journal_dirty(handle, *last_eb_bh); in ocfs2_add_branch() 1329 brelse(*last_eb_bh); in ocfs2_add_branch() 1331 *last_eb_bh in ocfs2_add_branch() 1146 ocfs2_add_branch(handle_t *handle, struct ocfs2_extent_tree *et, struct buffer_head *eb_bh, struct buffer_head **last_eb_bh, struct ocfs2_alloc_context *meta_ac) ocfs2_add_branch() argument 1524 ocfs2_grow_tree(handle_t *handle, struct ocfs2_extent_tree *et, int *final_depth, struct buffer_head **last_eb_bh, struct ocfs2_alloc_context *meta_ac) ocfs2_grow_tree() argument 4571 ocfs2_figure_insert_type(struct ocfs2_extent_tree *et, struct buffer_head **last_eb_bh, struct ocfs2_extent_rec *insert_rec, int *free_records, struct ocfs2_insert_type *insert) ocfs2_figure_insert_type() argument 4711 struct buffer_head *last_eb_bh = NULL; ocfs2_insert_extent() local 4903 ocfs2_split_and_insert(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct buffer_head **last_eb_bh, int split_index, struct ocfs2_extent_rec *orig_split_rec, struct ocfs2_alloc_context *meta_ac) ocfs2_split_and_insert() argument 5067 struct buffer_head *last_eb_bh = NULL; ocfs2_split_extent() local 5279 struct buffer_head *last_eb_bh = NULL; ocfs2_split_tree() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 1138 * last_eb_bh is required as we have to update it's next_leaf pointer 1147 struct buffer_head **last_eb_bh, in ocfs2_add_branch() 1159 BUG_ON(!last_eb_bh || !*last_eb_bh); in ocfs2_add_branch() 1172 eb = (struct ocfs2_extent_block *)(*last_eb_bh)->b_data; in ocfs2_add_branch() 1282 status = ocfs2_journal_access_eb(handle, et->et_ci, *last_eb_bh, in ocfs2_add_branch() 1315 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data; in ocfs2_add_branch() 1318 ocfs2_journal_dirty(handle, *last_eb_bh); in ocfs2_add_branch() 1327 brelse(*last_eb_bh); in ocfs2_add_branch() 1329 *last_eb_bh in ocfs2_add_branch() 1144 ocfs2_add_branch(handle_t *handle, struct ocfs2_extent_tree *et, struct buffer_head *eb_bh, struct buffer_head **last_eb_bh, struct ocfs2_alloc_context *meta_ac) ocfs2_add_branch() argument 1522 ocfs2_grow_tree(handle_t *handle, struct ocfs2_extent_tree *et, int *final_depth, struct buffer_head **last_eb_bh, struct ocfs2_alloc_context *meta_ac) ocfs2_grow_tree() argument 4569 ocfs2_figure_insert_type(struct ocfs2_extent_tree *et, struct buffer_head **last_eb_bh, struct ocfs2_extent_rec *insert_rec, int *free_records, struct ocfs2_insert_type *insert) ocfs2_figure_insert_type() argument 4709 struct buffer_head *last_eb_bh = NULL; ocfs2_insert_extent() local 4901 ocfs2_split_and_insert(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct buffer_head **last_eb_bh, int split_index, struct ocfs2_extent_rec *orig_split_rec, struct ocfs2_alloc_context *meta_ac) ocfs2_split_and_insert() argument 5065 struct buffer_head *last_eb_bh = NULL; ocfs2_split_extent() local 5277 struct buffer_head *last_eb_bh = NULL; ocfs2_split_tree() local [all...] |
Completed in 9 milliseconds