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 | 79 | fs/ext/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 107 | fs/ext/file.c | bhb = bhe = buflist; |
bhb | 130 | fs/ext/file.c | *bhb = ext_getblk(inode, block++, 0); |
bhb | 131 | fs/ext/file.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 133 | fs/ext/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 136 | fs/ext/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 137 | fs/ext/file.c | bhb = buflist; |
bhb | 143 | fs/ext/file.c | if (bhb == bhe) |
bhb | 180 | fs/ext/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 184 | fs/ext/file.c | while (bhe != bhb) { |
bhb | 81 | fs/sysv/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 109 | fs/sysv/file.c | bhb = bhe = buflist; |
bhb | 132 | fs/sysv/file.c | *bhb = sysv_getblk(inode, block++, 0); |
bhb | 133 | fs/sysv/file.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 135 | fs/sysv/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 138 | fs/sysv/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 139 | fs/sysv/file.c | bhb = buflist; |
bhb | 145 | fs/sysv/file.c | if (bhb == bhe) |
bhb | 182 | fs/sysv/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 186 | fs/sysv/file.c | while (bhe != bhb) { |
bhb | 77 | fs/xiafs/file.c | struct buffer_head ** bhb, ** bhe; |
bhb | 100 | fs/xiafs/file.c | bhb = bhe = buflist; |
bhb | 122 | fs/xiafs/file.c | *bhb = xiafs_getblk(inode, zone_nr++, 0); |
bhb | 123 | fs/xiafs/file.c | if (*bhb && !buffer_uptodate(*bhb)) { |
bhb | 125 | fs/xiafs/file.c | bhreq[bhrequest++] = *bhb; |
bhb | 128 | fs/xiafs/file.c | if (++bhb == &buflist[NBUF]) |
bhb | 129 | fs/xiafs/file.c | bhb = buflist; |
bhb | 135 | fs/xiafs/file.c | if (bhb == bhe) |
bhb | 172 | fs/xiafs/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe))); |
bhb | 176 | fs/xiafs/file.c | while (bhe != bhb) { |