Searched refs:wait_bh (Results 1 – 2 of 2) sorted by relevance
594 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local637 *wait_bh++=bh; in ocfs2_map_page_blocks()646 while(wait_bh > wait) { in ocfs2_map_page_blocks()647 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()648 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
2096 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local2151 *wait_bh++=bh; in __block_write_begin_int()2157 while(wait_bh > wait) { in __block_write_begin_int()2158 wait_on_buffer(*--wait_bh); in __block_write_begin_int()2159 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()