Searched refs:wait_bh (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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()
|
/linux-4.4.14/fs/ocfs2/ |
D | aops.c | 1104 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local 1148 *wait_bh++=bh; in ocfs2_map_page_blocks() 1157 while(wait_bh > wait) { in ocfs2_map_page_blocks() 1158 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks() 1159 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
|
/linux-4.4.14/fs/ |
D | buffer.c | 1915 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin() local 1970 *wait_bh++=bh; in __block_write_begin() 1976 while(wait_bh > wait) { in __block_write_begin() 1977 wait_on_buffer(*--wait_bh); in __block_write_begin() 1978 if (!buffer_uptodate(*wait_bh)) in __block_write_begin()
|
/linux-4.4.14/fs/ext4/ |
D | inode.c | 925 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ext4_block_write_begin() local 980 *wait_bh++ = bh; in ext4_block_write_begin() 988 while (wait_bh > wait) { in ext4_block_write_begin() 989 wait_on_buffer(*--wait_bh); in ext4_block_write_begin() 990 if (!buffer_uptodate(*wait_bh)) in ext4_block_write_begin()
|