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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c996 struct buffer_head *wait[2], **wait_bh = wait; // Buffers for page, if local
1188 *wait_bh++ = bh;
1222 *wait_bh++ = bh;
1233 while (wait_bh > wait) {
1234 wait_on_buffer(*--wait_bh);
1235 if (!buffer_uptodate(*wait_bh)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c665 struct buffer_head *head, *bh, *wait[2], **wait_bh = wait; local
706 *wait_bh++=bh;
715 while(wait_bh > wait) {
716 wait_on_buffer(*--wait_bh);
717 if (!buffer_uptodate(*wait_bh))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c504 struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; local
608 *wait_bh++ = bh;
684 *wait_bh++ = bh;
1115 while (wait_bh > wait) {
1116 bh = *--wait_bh;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c1667 struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; local
1731 *wait_bh++=bh;
1737 while(wait_bh > wait) {
1738 wait_on_buffer(*--wait_bh);
1739 if (!buffer_uptodate(*wait_bh))

Completed in 74 milliseconds