tag | line | file | source code |
b_uptodate | 3575 | drivers/block/floppy.c | if ( bh && ! bh->b_uptodate) |
b_uptodate | 113 | drivers/block/genhd.c | bh->b_uptodate = 0; |
b_uptodate | 198 | drivers/block/genhd.c | bh->b_uptodate = 0; /* of the drive (below), so ensure that */ |
b_uptodate | 311 | drivers/block/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
b_uptodate | 321 | drivers/block/ll_rw_blk.c | if ((rw == WRITE && !bh->b_dirt) || (rw == READ && bh->b_uptodate)) { |
b_uptodate | 527 | drivers/block/ll_rw_blk.c | bh[i]->b_dirt = bh[i]->b_uptodate = 0; |
b_uptodate | 474 | 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 | 183 | fs/buffer.c | !bh->b_dirt && !bh->b_uptodate) { |
b_uptodate | 276 | fs/buffer.c | bh->b_flushtime = bh->b_uptodate = |
b_uptodate | 508 | fs/buffer.c | bh->b_uptodate = bh->b_dirt = bh->b_req = |
b_uptodate | 724 | fs/buffer.c | if (bh->b_uptodate && !bh->b_dirt) |
b_uptodate | 744 | fs/buffer.c | bh->b_uptodate=0; |
b_uptodate | 865 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 869 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 900 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 914 | fs/buffer.c | if (bh->b_uptodate) { |
b_uptodate | 930 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 1027 | fs/buffer.c | if (bh[i] && !bh[i]->b_uptodate) |
b_uptodate | 1126 | fs/buffer.c | bh->b_uptodate = 0; |
b_uptodate | 1210 | fs/buffer.c | if (bh[i]->b_uptodate) |
b_uptodate | 1237 | fs/buffer.c | bh[i]->b_uptodate = 1; |
b_uptodate | 1613 | fs/buffer.c | p->b_uptodate = 0; |
b_uptodate | 1691 | 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 | 271 | fs/ext/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 274 | fs/ext/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 349 | fs/ext/inode.c | if (!bh || bh->b_uptodate) |
b_uptodate | 353 | fs/ext/inode.c | if (bh->b_uptodate) |
b_uptodate | 440 | 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 | 187 | fs/isofs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 210 | fs/isofs/file.c | if (!(*bhe)->b_uptodate) { |
b_uptodate | 110 | fs/minix/bitmap.c | bh->b_uptodate = 1; |
b_uptodate | 123 | fs/minix/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 146 | fs/minix/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
b_uptodate | 220 | fs/minix/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
b_uptodate | 223 | fs/minix/file.c | if (!bh->b_uptodate) { |
b_uptodate | 235 | fs/minix/file.c | bh->b_uptodate = 1; |
b_uptodate | 41 | fs/minix/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
b_uptodate | 45 | fs/minix/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
b_uptodate | 324 | fs/minix/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 327 | fs/minix/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 395 | fs/minix/inode.c | if (!bh || bh->b_uptodate) |
b_uptodate | 399 | fs/minix/inode.c | if (bh->b_uptodate) |
b_uptodate | 511 | fs/minix/inode.c | if (bh->b_req && !bh->b_uptodate) |
b_uptodate | 121 | fs/msdos/buffer.c | bh->b_uptodate = val; |
b_uptodate | 130 | fs/msdos/buffer.c | return bh->b_uptodate; |
b_uptodate | 87 | fs/sysv/balloc.c | bh->b_uptodate = 1; |
b_uptodate | 104 | fs/sysv/balloc.c | bh->b_uptodate = 1; |
b_uptodate | 211 | fs/sysv/balloc.c | bh->b_uptodate = 1; |
b_uptodate | 131 | fs/sysv/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 154 | fs/sysv/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
b_uptodate | 237 | fs/sysv/file.c | if (c != sb->sv_block_size && !bh->b_uptodate) { |
b_uptodate | 240 | fs/sysv/file.c | if (!bh->b_uptodate) { |
b_uptodate | 257 | fs/sysv/file.c | bh->b_uptodate = 1; |
b_uptodate | 48 | fs/sysv/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
b_uptodate | 52 | fs/sysv/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
b_uptodate | 681 | fs/sysv/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 684 | fs/sysv/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 763 | fs/sysv/inode.c | if (!bh || bh->b_uptodate) |
b_uptodate | 767 | fs/sysv/inode.c | if (bh->b_uptodate) |
b_uptodate | 958 | fs/sysv/inode.c | if (bh->b_req && !bh->b_uptodate) |
b_uptodate | 272 | fs/xiafs/bitmap.c | bh->b_uptodate = 1; |
b_uptodate | 121 | fs/xiafs/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 144 | fs/xiafs/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
b_uptodate | 224 | fs/xiafs/file.c | if (c != XIAFS_ZSIZE(inode->i_sb) && !bh->b_uptodate) { |
b_uptodate | 227 | fs/xiafs/file.c | if (!bh->b_uptodate) { |
b_uptodate | 243 | fs/xiafs/file.c | bh->b_uptodate = 1; |
b_uptodate | 44 | fs/xiafs/fsync.c | if (wait && bh->b_req && !bh->b_uptodate) { |
b_uptodate | 48 | fs/xiafs/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
b_uptodate | 283 | fs/xiafs/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 286 | fs/xiafs/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 362 | fs/xiafs/inode.c | if (!bh || bh->b_uptodate) |
b_uptodate | 366 | fs/xiafs/inode.c | if (bh->b_uptodate) |
b_uptodate | 501 | fs/xiafs/inode.c | if (bh->b_req && !bh->b_uptodate) |
b_uptodate | 365 | include/linux/blk.h | bh->b_uptodate = uptodate; |
b_uptodate | 124 | include/linux/fs.h | unsigned char b_uptodate; |