Searched refs:wait_bh (Results 1 – 4 of 4) sorted by relevance
/fs/ntfs/ |
D | file.c | 596 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local 701 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 777 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 1206 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write() 1207 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
|
/fs/ocfs2/ |
D | aops.c | 600 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local 644 *wait_bh++=bh; in ocfs2_map_page_blocks() 653 while(wait_bh > wait) { in ocfs2_map_page_blocks() 654 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks() 655 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
|
/fs/ |
D | buffer.c | 1959 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local 2019 *wait_bh++=bh; in __block_write_begin_int() 2025 while(wait_bh > wait) { in __block_write_begin_int() 2026 wait_on_buffer(*--wait_bh); in __block_write_begin_int() 2027 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()
|
/fs/ext4/ |
D | inode.c | 1098 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ext4_block_write_begin() local 1153 *wait_bh++ = bh; in ext4_block_write_begin() 1161 while (wait_bh > wait) { in ext4_block_write_begin() 1162 wait_on_buffer(*--wait_bh); in ext4_block_write_begin() 1163 if (!buffer_uptodate(*wait_bh)) in ext4_block_write_begin()
|