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()
609 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local653 *wait_bh++=bh; in ocfs2_map_page_blocks()662 while(wait_bh > wait) { in ocfs2_map_page_blocks()663 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()664 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
1940 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local1999 *wait_bh++=bh; in __block_write_begin_int()2005 while(wait_bh > wait) { in __block_write_begin_int()2006 wait_on_buffer(*--wait_bh); in __block_write_begin_int()2007 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()