Home
last modified time | relevance | path

Searched refs:wait_bh (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs/
A Dfile.c580 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local
685 *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()
/linux/fs/ocfs2/
A Daops.c598 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local
641 *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()
/linux/fs/
A Dbuffer.c1982 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local
2041 *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