Home
last modified time | relevance | path

Searched refs:wait_bh (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
Dfile.c582 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/
Daops.c600 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-5.10/fs/
Dbuffer.c1983 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()