tag | line | file | source code |
bhb | 68 | fs/block_dev.c | struct buffer_head ** bhb, ** bhe; |
bhb | 96 | fs/block_dev.c | bhb = bhe = buflist; |
bhb | 118 | fs/block_dev.c | *bhb = getblk(dev, block++, BLOCK_SIZE); |
bhb | 119 | fs/block_dev.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 121 | fs/block_dev.c | bhreq[bhrequest++] = *bhb; |
bhb | 124 | fs/block_dev.c | if (++bhb == &buflist[NBUF]) |
bhb | 125 | fs/block_dev.c | bhb = buflist; |
bhb | 131 | fs/block_dev.c | if (bhb == bhe) |
bhb | 165 | fs/block_dev.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
bhb | 169 | fs/block_dev.c | while (bhe != bhb) { |
bhb | 77 | fs/ext/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 105 | fs/ext/file.c | bhb = bhe = buflist; |
bhb | 127 | fs/ext/file.c | *bhb = ext_getblk(inode, block++, 0); |
bhb | 128 | fs/ext/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 130 | fs/ext/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 133 | fs/ext/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 134 | fs/ext/file.c | bhb = buflist; |
bhb | 140 | fs/ext/file.c | if (bhb == bhe) |
bhb | 174 | fs/ext/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
bhb | 178 | fs/ext/file.c | while (bhe != bhb) { |
bhb | 78 | fs/ext2/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 108 | fs/ext2/file.c | bhb = bhe = buflist; |
bhb | 130 | fs/ext2/file.c | *bhb = ext2_getblk (inode, block++, 0, &err); |
bhb | 131 | fs/ext2/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 133 | fs/ext2/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 136 | fs/ext2/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 137 | fs/ext2/file.c | bhb = buflist; |
bhb | 144 | fs/ext2/file.c | if (bhb == bhe) |
bhb | 179 | fs/ext2/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
bhb | 183 | fs/ext2/file.c | while (bhe != bhb) { |
bhb | 119 | fs/isofs/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 145 | fs/isofs/file.c | bhb = bhe = buflist; |
bhb | 166 | fs/isofs/file.c | *bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE); |
bhb | 168 | fs/isofs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 170 | fs/isofs/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 171 | fs/isofs/file.c | nextblock = (*bhb)->b_blocknr + 1; |
bhb | 174 | fs/isofs/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 175 | fs/isofs/file.c | bhb = buflist; |
bhb | 181 | fs/isofs/file.c | if (bhb == bhe) |
bhb | 185 | fs/isofs/file.c | if(blocks == 0 && bhrequest && filp->f_reada && bhb != bhe) { |
bhb | 192 | fs/isofs/file.c | *bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE); |
bhb | 194 | fs/isofs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 195 | fs/isofs/file.c | if((*bhb)->b_blocknr != nextblock) { |
bhb | 196 | fs/isofs/file.c | brelse(*bhb); |
bhb | 199 | fs/isofs/file.c | nextblock = (*bhb)->b_blocknr + 1; |
bhb | 200 | fs/isofs/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 203 | fs/isofs/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 204 | fs/isofs/file.c | bhb = buflist; |
bhb | 206 | fs/isofs/file.c | if (bhb == bhe) |
bhb | 245 | fs/isofs/file.c | } while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && |
bhb | 250 | fs/isofs/file.c | while (bhe != bhb) { |
bhb | 71 | fs/minix/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 99 | fs/minix/file.c | bhb = bhe = buflist; |
bhb | 121 | fs/minix/file.c | *bhb = minix_getblk(inode, block++, 0); |
bhb | 122 | fs/minix/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 124 | fs/minix/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 127 | fs/minix/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 128 | fs/minix/file.c | bhb = buflist; |
bhb | 134 | fs/minix/file.c | if (bhb == bhe) |
bhb | 168 | fs/minix/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
bhb | 172 | fs/minix/file.c | while (bhe != bhb) { |
bhb | 75 | fs/xiafs/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 98 | fs/xiafs/file.c | bhb = bhe = buflist; |
bhb | 119 | fs/xiafs/file.c | *bhb = xiafs_getblk(inode, zone_nr++, 0); |
bhb | 120 | fs/xiafs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
bhb | 122 | fs/xiafs/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 125 | fs/xiafs/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 126 | fs/xiafs/file.c | bhb = buflist; |
bhb | 132 | fs/xiafs/file.c | if (bhb == bhe) |
bhb | 166 | fs/xiafs/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
bhb | 170 | fs/xiafs/file.c | while (bhe != bhb) { |