Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs/
Dfile.c575 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()
/Linux-v6.1/fs/ocfs2/
Daops.c597 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()
/Linux-v6.1/fs/
Dbuffer.c1963 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local
2022 *wait_bh++=bh; in __block_write_begin_int()
2028 while(wait_bh > wait) { in __block_write_begin_int()
2029 wait_on_buffer(*--wait_bh); in __block_write_begin_int()
2030 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()