Searched refs:wait_bh (Results 1 – 3 of 3) sorted by relevance
790 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local834 *wait_bh++=bh; in ocfs2_map_page_blocks()843 while(wait_bh > wait) { in ocfs2_map_page_blocks()844 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()845 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
503 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local608 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()684 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()1113 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write()1114 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
1920 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_prepare_write() local1977 *wait_bh++=bh; in __block_prepare_write()1983 while(wait_bh > wait) { in __block_prepare_write()1984 wait_on_buffer(*--wait_bh); in __block_prepare_write()1985 if (!buffer_uptodate(*wait_bh)) in __block_prepare_write()