Searched refs:wait_bh (Results 1 – 2 of 2) sorted by relevance
578 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_folio_blocks() local621 *wait_bh++=bh; in ocfs2_map_folio_blocks()630 while(wait_bh > wait) { in ocfs2_map_folio_blocks()631 wait_on_buffer(*--wait_bh); in ocfs2_map_folio_blocks()632 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_folio_blocks()
2117 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local2172 *wait_bh++=bh; in __block_write_begin_int()2178 while(wait_bh > wait) { in __block_write_begin_int()2179 wait_on_buffer(*--wait_bh); in __block_write_begin_int()2180 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()