Searched refs:wait_bh (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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() 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-v4.19/fs/ocfs2/ |
D | aops.c | 622 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local 666 *wait_bh++=bh; in ocfs2_map_page_blocks() 675 while(wait_bh > wait) { in ocfs2_map_page_blocks() 676 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks() 677 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
|
/Linux-v4.19/fs/ |
D | buffer.c | 1938 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local 1997 *wait_bh++=bh; in __block_write_begin_int() 2003 while(wait_bh > wait) { in __block_write_begin_int() 2004 wait_on_buffer(*--wait_bh); in __block_write_begin_int() 2005 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()
|
/Linux-v4.19/fs/ext4/ |
D | inode.c | 1165 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ext4_block_write_begin() local 1219 *wait_bh++ = bh; in ext4_block_write_begin() 1227 while (wait_bh > wait) { in ext4_block_write_begin() 1228 wait_on_buffer(*--wait_bh); in ext4_block_write_begin() 1229 if (!buffer_uptodate(*wait_bh)) in ext4_block_write_begin()
|