Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dalloc.c1164 struct buffer_head **last_eb_bh, in ocfs2_add_branch() argument
1176 BUG_ON(!last_eb_bh || !*last_eb_bh); in ocfs2_add_branch()
1189 eb = (struct ocfs2_extent_block *)(*last_eb_bh)->b_data; in ocfs2_add_branch()
1299 status = ocfs2_journal_access_eb(handle, et->et_ci, *last_eb_bh, in ocfs2_add_branch()
1332 eb = (struct ocfs2_extent_block *) (*last_eb_bh)->b_data; in ocfs2_add_branch()
1335 ocfs2_journal_dirty(handle, *last_eb_bh); in ocfs2_add_branch()
1344 brelse(*last_eb_bh); in ocfs2_add_branch()
1346 *last_eb_bh = new_eb_bhs[0]; in ocfs2_add_branch()
1540 int *final_depth, struct buffer_head **last_eb_bh, in ocfs2_grow_tree() argument
1586 BUG_ON(*last_eb_bh); in ocfs2_grow_tree()
[all …]