Searched refs:wait_bh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 582 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local 687 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 762 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 1191 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write() 1192 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | file.c | 575 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; in ntfs_prepare_pages_for_non_resident_write() local 680 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 755 *wait_bh++ = bh; in ntfs_prepare_pages_for_non_resident_write() 1184 while (wait_bh > wait) { in ntfs_prepare_pages_for_non_resident_write() 1185 bh = *--wait_bh; in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 2092 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local 2150 *wait_bh++=bh; in __block_write_begin_int() 2156 while(wait_bh > wait) { in __block_write_begin_int() 2157 wait_on_buffer(*--wait_bh); in __block_write_begin_int() 2158 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | aops.c | 597 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local 640 *wait_bh++=bh; in ocfs2_map_page_blocks() 649 while(wait_bh > wait) { in ocfs2_map_page_blocks() 650 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks() 651 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
|
/kernel/linux/linux-5.10/fs/ |
H A D | buffer.c | 1983 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local 2042 *wait_bh++=bh; in __block_write_begin_int() 2048 while(wait_bh > wait) { in __block_write_begin_int() 2049 wait_on_buffer(*--wait_bh); in __block_write_begin_int() 2050 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()
|
Completed in 18 milliseconds