Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dfile.c575 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local
680 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()
755 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()
1184 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write()
1185 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
/openbmc/linux/fs/ocfs2/
H A Daops.c596 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local
639 *wait_bh++=bh; in ocfs2_map_page_blocks()
648 while(wait_bh > wait) { in ocfs2_map_page_blocks()
649 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()
650 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
/openbmc/linux/fs/
H A Dbuffer.c2096 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local
2154 *wait_bh++=bh; in __block_write_begin_int()
2160 while(wait_bh > wait) { in __block_write_begin_int()
2161 wait_on_buffer(*--wait_bh); in __block_write_begin_int()
2162 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()