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

/linux-master/fs/ocfs2/
H A Daops.c595 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; local
638 *wait_bh++=bh;
647 while(wait_bh > wait) {
648 wait_on_buffer(*--wait_bh);
649 if (!buffer_uptodate(*wait_bh))
/linux-master/fs/
H A Dbuffer.c2080 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; local
2135 *wait_bh++=bh;
2141 while(wait_bh > wait) {
2142 wait_on_buffer(*--wait_bh);
2143 if (!buffer_uptodate(*wait_bh))

Completed in 217 milliseconds