Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dalloc.c1474 struct buffer_head *lowest_bh = NULL; in ocfs2_find_branch_target() local
1510 brelse(lowest_bh); in ocfs2_find_branch_target()
1511 lowest_bh = bh; in ocfs2_find_branch_target()
1512 get_bh(lowest_bh); in ocfs2_find_branch_target()
1519 if (!lowest_bh && (el->l_next_free_rec == el->l_count)) in ocfs2_find_branch_target()
1522 *target_bh = lowest_bh; in ocfs2_find_branch_target()