Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Dfile.c595 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local
700 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()
776 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write()
1205 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write()
1206 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
/linux-4.1.27/fs/ocfs2/
Daops.c1070 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local
1114 *wait_bh++=bh; in ocfs2_map_page_blocks()
1123 while(wait_bh > wait) { in ocfs2_map_page_blocks()
1124 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()
1125 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
/linux-4.1.27/fs/
Dbuffer.c1892 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin() local
1947 *wait_bh++=bh; in __block_write_begin()
1953 while(wait_bh > wait) { in __block_write_begin()
1954 wait_on_buffer(*--wait_bh); in __block_write_begin()
1955 if (!buffer_uptodate(*wait_bh)) in __block_write_begin()
/linux-4.1.27/fs/ext4/
Dinode.c924 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ext4_block_write_begin() local
979 *wait_bh++ = bh; in ext4_block_write_begin()
987 while (wait_bh > wait) { in ext4_block_write_begin()
988 wait_on_buffer(*--wait_bh); in ext4_block_write_begin()
989 if (!buffer_uptodate(*wait_bh)) in ext4_block_write_begin()