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

/linux-master/fs/
H A Dbuffer.c2103 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; local
2158 *wait_bh++=bh;
2164 while(wait_bh > wait) {
2165 wait_on_buffer(*--wait_bh);
2166 if (!buffer_uptodate(*wait_bh))
/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))

Completed in 212 milliseconds