| tag | line | file | source code |
| b_uptodate | 365 | drivers/block/blk.h | bh->b_uptodate = uptodate; |
| b_uptodate | 3370 | drivers/block/floppy.c | if ( bh && ! bh->b_uptodate) |
| b_uptodate | 99 | drivers/block/genhd.c | bh->b_uptodate = 0; |
| b_uptodate | 203 | drivers/block/genhd.c | bh->b_uptodate = 0; |
| b_uptodate | 306 | drivers/block/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
| b_uptodate | 316 | drivers/block/ll_rw_blk.c | if ((rw == WRITE && !bh->b_dirt) || (rw == READ && bh->b_uptodate)) { |
| b_uptodate | 519 | drivers/block/ll_rw_blk.c | bh[i]->b_dirt = bh[i]->b_uptodate = 0; |
| b_uptodate | 472 | drivers/scsi/scsi.h | bh->b_uptodate = uptodate; |
| b_uptodate | 82 | fs/block_dev.c | if (chars != blocksize && !bh->b_uptodate) { |
| b_uptodate | 126 | fs/block_dev.c | bh->b_uptodate = 1; |
| b_uptodate | 136 | fs/block_dev.c | if (!bufferlist[i]->b_uptodate) |
| b_uptodate | 149 | fs/block_dev.c | if (!bufferlist[i]->b_uptodate) |
| b_uptodate | 250 | fs/block_dev.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 275 | fs/block_dev.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
| b_uptodate | 178 | fs/buffer.c | !bh->b_dirt && !bh->b_uptodate) { |
| b_uptodate | 270 | fs/buffer.c | bh->b_flushtime = bh->b_uptodate = |
| b_uptodate | 489 | fs/buffer.c | bh->b_uptodate = bh->b_dirt = bh->b_req = |
| b_uptodate | 704 | fs/buffer.c | if (bh->b_uptodate && !bh->b_dirt) |
| b_uptodate | 723 | fs/buffer.c | bh->b_uptodate=0; |
| b_uptodate | 822 | fs/buffer.c | if (bh->b_uptodate) |
| b_uptodate | 826 | fs/buffer.c | if (bh->b_uptodate) |
| b_uptodate | 857 | fs/buffer.c | if (bh->b_uptodate) |
| b_uptodate | 871 | fs/buffer.c | if (bh->b_uptodate) { |
| b_uptodate | 887 | fs/buffer.c | if (bh->b_uptodate) |
| b_uptodate | 984 | fs/buffer.c | if (bh[i] && !bh[i]->b_uptodate) |
| b_uptodate | 1083 | fs/buffer.c | bh->b_uptodate = 0; |
| b_uptodate | 1167 | fs/buffer.c | if (bh[i]->b_uptodate) |
| b_uptodate | 1194 | fs/buffer.c | bh[i]->b_uptodate = 1; |
| b_uptodate | 1519 | fs/buffer.c | p->b_uptodate = 0; |
| b_uptodate | 1597 | fs/buffer.c | bh->b_uptodate = 0; |
| b_uptodate | 129 | fs/ext/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 152 | fs/ext/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
| b_uptodate | 231 | fs/ext/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
| b_uptodate | 234 | fs/ext/file.c | if (!bh->b_uptodate) { |
| b_uptodate | 250 | fs/ext/file.c | bh->b_uptodate = 1; |
| b_uptodate | 130 | fs/ext/freelists.c | bh->b_uptodate = 1; |
| b_uptodate | 45 | fs/ext/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| b_uptodate | 49 | fs/ext/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
| b_uptodate | 276 | fs/ext/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 279 | fs/ext/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 354 | fs/ext/inode.c | if (!bh || bh->b_uptodate) |
| b_uptodate | 358 | fs/ext/inode.c | if (bh->b_uptodate) |
| b_uptodate | 445 | fs/ext/inode.c | if (bh->b_req && !bh->b_uptodate) |
| b_uptodate | 456 | fs/ext2/balloc.c | bh->b_uptodate = 1; |
| b_uptodate | 135 | fs/ext2/dir.c | if (tmp && !tmp->b_uptodate && !tmp->b_lock) |
| b_uptodate | 153 | fs/ext2/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 184 | fs/ext2/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
| b_uptodate | 295 | fs/ext2/file.c | if (c != sb->s_blocksize && !bh->b_uptodate) { |
| b_uptodate | 298 | fs/ext2/file.c | if (!bh->b_uptodate) { |
| b_uptodate | 310 | fs/ext2/file.c | bh->b_uptodate = 1; |
| b_uptodate | 320 | fs/ext2/file.c | if (!bufferlist[i]->b_uptodate) |
| b_uptodate | 336 | fs/ext2/file.c | if (!bufferlist[i]->b_uptodate) |
| b_uptodate | 45 | fs/ext2/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| b_uptodate | 49 | fs/ext2/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
| b_uptodate | 105 | fs/ext2/inode.c | bh->b_uptodate = 1; |
| b_uptodate | 261 | fs/ext2/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 264 | fs/ext2/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 480 | fs/ext2/inode.c | if (!bh || bh->b_uptodate) |
| b_uptodate | 484 | fs/ext2/inode.c | if (bh->b_uptodate) |
| b_uptodate | 662 | fs/ext2/inode.c | if (bh->b_req && !bh->b_uptodate) |
| b_uptodate | 100 | fs/ext2/namei.c | if (bh && !bh->b_uptodate) |
| b_uptodate | 122 | fs/ext2/namei.c | if (!bh->b_uptodate) { |
| b_uptodate | 155 | fs/ext2/namei.c | if (bh && !bh->b_uptodate) |
| b_uptodate | 193 | fs/isofs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 216 | fs/isofs/file.c | if (!(*bhe)->b_uptodate) { |
| b_uptodate | 113 | fs/minix/bitmap.c | bh->b_uptodate = 1; |
| b_uptodate | 127 | fs/minix/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 150 | fs/minix/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
| b_uptodate | 224 | fs/minix/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
| b_uptodate | 227 | fs/minix/file.c | if (!bh->b_uptodate) { |
| b_uptodate | 239 | fs/minix/file.c | bh->b_uptodate = 1; |
| b_uptodate | 46 | fs/minix/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| b_uptodate | 50 | fs/minix/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
| b_uptodate | 328 | fs/minix/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 331 | fs/minix/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 399 | fs/minix/inode.c | if (!bh || bh->b_uptodate) |
| b_uptodate | 403 | fs/minix/inode.c | if (bh->b_uptodate) |
| b_uptodate | 513 | fs/minix/inode.c | if (bh->b_req && !bh->b_uptodate) |
| b_uptodate | 119 | fs/msdos/buffer.c | bh->b_uptodate = val; |
| b_uptodate | 128 | fs/msdos/buffer.c | return bh->b_uptodate; |
| b_uptodate | 91 | fs/sysv/balloc.c | bh->b_uptodate = 1; |
| b_uptodate | 108 | fs/sysv/balloc.c | bh->b_uptodate = 1; |
| b_uptodate | 215 | fs/sysv/balloc.c | bh->b_uptodate = 1; |
| b_uptodate | 135 | fs/sysv/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 158 | fs/sysv/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
| b_uptodate | 241 | fs/sysv/file.c | if (c != sb->sv_block_size && !bh->b_uptodate) { |
| b_uptodate | 244 | fs/sysv/file.c | if (!bh->b_uptodate) { |
| b_uptodate | 261 | fs/sysv/file.c | bh->b_uptodate = 1; |
| b_uptodate | 52 | fs/sysv/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| b_uptodate | 56 | fs/sysv/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
| b_uptodate | 685 | fs/sysv/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 688 | fs/sysv/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 767 | fs/sysv/inode.c | if (!bh || bh->b_uptodate) |
| b_uptodate | 771 | fs/sysv/inode.c | if (bh->b_uptodate) |
| b_uptodate | 959 | fs/sysv/inode.c | if (bh->b_req && !bh->b_uptodate) |
| b_uptodate | 276 | fs/xiafs/bitmap.c | bh->b_uptodate = 1; |
| b_uptodate | 125 | fs/xiafs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
| b_uptodate | 148 | fs/xiafs/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
| b_uptodate | 228 | fs/xiafs/file.c | if (c != XIAFS_ZSIZE(inode->i_sb) && !bh->b_uptodate) { |
| b_uptodate | 231 | fs/xiafs/file.c | if (!bh->b_uptodate) { |
| b_uptodate | 247 | fs/xiafs/file.c | bh->b_uptodate = 1; |
| b_uptodate | 48 | fs/xiafs/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
| b_uptodate | 52 | fs/xiafs/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
| b_uptodate | 288 | fs/xiafs/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 291 | fs/xiafs/inode.c | if (!bh->b_uptodate) { |
| b_uptodate | 367 | fs/xiafs/inode.c | if (!bh || bh->b_uptodate) |
| b_uptodate | 371 | fs/xiafs/inode.c | if (bh->b_uptodate) |
| b_uptodate | 506 | fs/xiafs/inode.c | if (bh->b_req && !bh->b_uptodate) |
| b_uptodate | 126 | include/linux/fs.h | unsigned char b_uptodate; |