tag | line | file | source code |
bhb | 170 | fs/block_dev.c | struct buffer_head ** bhb, ** bhe; |
bhb | 214 | fs/block_dev.c | bhb = bhe = buflist; |
bhb | 249 | fs/block_dev.c | *bhb = getblk(dev, block++, blocksize); |
bhb | 250 | fs/block_dev.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 252 | fs/block_dev.c | bhreq[bhrequest++] = *bhb; |
bhb | 255 | fs/block_dev.c | if (++bhb == &buflist[NBUF]) |
bhb | 256 | fs/block_dev.c | bhb = buflist; |
bhb | 262 | fs/block_dev.c | if (bhb == bhe) |
bhb | 301 | fs/block_dev.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 305 | fs/block_dev.c | while (bhe != bhb) { |
bhb | 80 | fs/ext/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 108 | fs/ext/file.c | bhb = bhe = buflist; |
bhb | 131 | fs/ext/file.c | *bhb = ext_getblk(inode, block++, 0); |
bhb | 132 | fs/ext/file.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 134 | fs/ext/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 137 | fs/ext/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 138 | fs/ext/file.c | bhb = buflist; |
bhb | 144 | fs/ext/file.c | if (bhb == bhe) |
bhb | 181 | fs/ext/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 185 | fs/ext/file.c | while (bhe != bhb) { |
bhb | 82 | fs/sysv/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 110 | fs/sysv/file.c | bhb = bhe = buflist; |
bhb | 133 | fs/sysv/file.c | *bhb = sysv_getblk(inode, block++, 0); |
bhb | 134 | fs/sysv/file.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 136 | fs/sysv/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 139 | fs/sysv/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 140 | fs/sysv/file.c | bhb = buflist; |
bhb | 146 | fs/sysv/file.c | if (bhb == bhe) |
bhb | 183 | fs/sysv/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 187 | fs/sysv/file.c | while (bhe != bhb) { |
bhb | 78 | fs/xiafs/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 101 | fs/xiafs/file.c | bhb = bhe = buflist; |
bhb | 123 | fs/xiafs/file.c | *bhb = xiafs_getblk(inode, zone_nr++, 0); |
bhb | 124 | fs/xiafs/file.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 126 | fs/xiafs/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 129 | fs/xiafs/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 130 | fs/xiafs/file.c | bhb = buflist; |
bhb | 136 | fs/xiafs/file.c | if (bhb == bhe) |
bhb | 173 | fs/xiafs/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 177 | fs/xiafs/file.c | while (bhe != bhb) { |