Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dalloc.c1149 struct buffer_head **last_eb_bh, in ocfs2_add_branch() argument
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 = new_eb_bhs[0]; in ocfs2_add_branch()
1525 int *final_depth, struct buffer_head **last_eb_bh, in ocfs2_grow_tree() argument
1571 BUG_ON(*last_eb_bh); in ocfs2_grow_tree()
[all …]