Searched refs:wait_bh (Results 1 – 3 of 3) sorted by relevance
580 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local685 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()760 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()1189 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write()1190 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
598 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local641 *wait_bh++=bh; in ocfs2_map_page_blocks()650 while(wait_bh > wait) { in ocfs2_map_page_blocks()651 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()652 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
1982 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local2041 *wait_bh++=bh; in __block_write_begin_int()2047 while(wait_bh > wait) { in __block_write_begin_int()2048 wait_on_buffer(*--wait_bh); in __block_write_begin_int()2049 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()
Completed in 19 milliseconds