Searched refs:wait_bh (Results 1 – 3 of 3) sorted by relevance
582 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local687 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()762 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()1191 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write()1192 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
600 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local644 *wait_bh++=bh; in ocfs2_map_page_blocks()653 while(wait_bh > wait) { in ocfs2_map_page_blocks()654 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()655 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
1983 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local2042 *wait_bh++=bh; in __block_write_begin_int()2048 while(wait_bh > wait) { in __block_write_begin_int()2049 wait_on_buffer(*--wait_bh); in __block_write_begin_int()2050 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()