Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/fs/ocfs2/
Daops.c609 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local
653 *wait_bh++=bh; in ocfs2_map_page_blocks()
662 while(wait_bh > wait) { in ocfs2_map_page_blocks()
663 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()
664 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
/Linux-v5.4/fs/
Dbuffer.c1940 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local
1999 *wait_bh++=bh; in __block_write_begin_int()
2005 while(wait_bh > wait) { in __block_write_begin_int()
2006 wait_on_buffer(*--wait_bh); in __block_write_begin_int()
2007 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()