Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c1459 struct buffer_head *lowest_bh = NULL; in ocfs2_find_branch_target() local
1495 brelse(lowest_bh); in ocfs2_find_branch_target()
1496 lowest_bh = bh; in ocfs2_find_branch_target()
1497 get_bh(lowest_bh); in ocfs2_find_branch_target()
1504 if (!lowest_bh && (el->l_next_free_rec == el->l_count)) in ocfs2_find_branch_target()
1507 *target_bh = lowest_bh; in ocfs2_find_branch_target()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c1457 struct buffer_head *lowest_bh = NULL; in ocfs2_find_branch_target() local
1493 brelse(lowest_bh); in ocfs2_find_branch_target()
1494 lowest_bh = bh; in ocfs2_find_branch_target()
1495 get_bh(lowest_bh); in ocfs2_find_branch_target()
1502 if (!lowest_bh && (el->l_next_free_rec == el->l_count)) in ocfs2_find_branch_target()
1505 *target_bh = lowest_bh; in ocfs2_find_branch_target()

Completed in 17 milliseconds