Searched refs:wait_bh (Results 1 – 4 of 4) sorted by relevance
/fs/ocfs2/ |
D | aops.c | 734 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local 778 *wait_bh++=bh; in ocfs2_map_page_blocks() 787 while(wait_bh > wait) { in ocfs2_map_page_blocks() 788 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks() 789 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
|
/fs/ntfs/ |
D | file.c | 493 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local 598 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 674 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 1103 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write() 1104 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
|
/fs/ |
D | buffer.c | 1852 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin() local 1907 *wait_bh++=bh; in __block_write_begin() 1913 while(wait_bh > wait) { in __block_write_begin() 1914 wait_on_buffer(*--wait_bh); in __block_write_begin() 1915 if (!buffer_uptodate(*wait_bh)) in __block_write_begin()
|
/fs/ext4/ |
D | inode.c | 907 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ext4_block_write_begin() local 962 *wait_bh++ = bh; in ext4_block_write_begin() 970 while (wait_bh > wait) { in ext4_block_write_begin() 971 wait_on_buffer(*--wait_bh); in ext4_block_write_begin() 972 if (!buffer_uptodate(*wait_bh)) in ext4_block_write_begin()
|