Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Daops.c594 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; in ocfs2_map_page_blocks() local
637 *wait_bh++=bh; in ocfs2_map_page_blocks()
646 while(wait_bh > wait) { in ocfs2_map_page_blocks()
647 wait_on_buffer(*--wait_bh); in ocfs2_map_page_blocks()
648 if (!buffer_uptodate(*wait_bh)) in ocfs2_map_page_blocks()
/linux-6.12.1/fs/
Dbuffer.c2096 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; in __block_write_begin_int() local
2151 *wait_bh++=bh; in __block_write_begin_int()
2157 while(wait_bh > wait) { in __block_write_begin_int()
2158 wait_on_buffer(*--wait_bh); in __block_write_begin_int()
2159 if (!buffer_uptodate(*wait_bh)) in __block_write_begin_int()