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

/linux-master/fs/ocfs2/
H A Dalloc.c1464 struct buffer_head *lowest_bh = NULL; local
1500 brelse(lowest_bh);
1501 lowest_bh = bh;
1502 get_bh(lowest_bh);
1509 if (!lowest_bh && (el->l_next_free_rec == el->l_count))
1512 *target_bh = lowest_bh;

Completed in 209 milliseconds