tag | line | file | source code |
b_uptodate | 53 | fs/block_dev.c | bh->b_uptodate = 1; |
b_uptodate | 119 | fs/block_dev.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 142 | fs/block_dev.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
b_uptodate | 113 | fs/buffer.c | bh->b_uptodate = bh->b_dirt = 0; |
b_uptodate | 312 | fs/buffer.c | if (bh->b_uptodate && !bh->b_dirt) |
b_uptodate | 362 | fs/buffer.c | bh->b_uptodate=0; |
b_uptodate | 396 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 400 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 429 | fs/buffer.c | if (bh[i] && !bh[i]->b_uptodate) |
b_uptodate | 440 | fs/buffer.c | if (bh[i]->b_uptodate) |
b_uptodate | 461 | fs/buffer.c | if (!bh->b_uptodate) |
b_uptodate | 466 | fs/buffer.c | if (!tmp->b_uptodate) |
b_uptodate | 473 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 127 | fs/ext/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 150 | fs/ext/file.c | if (!(*bhe)->b_uptodate) { /* read error? */ |
b_uptodate | 226 | fs/ext/file.c | if (c != BLOCK_SIZE && !bh->b_uptodate) { |
b_uptodate | 229 | fs/ext/file.c | if (!bh->b_uptodate) { |
b_uptodate | 245 | fs/ext/file.c | bh->b_uptodate = 1; |
b_uptodate | 131 | fs/ext/freelists.c | bh->b_uptodate = 1; |
b_uptodate | 256 | fs/ext/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 259 | fs/ext/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 334 | fs/ext/inode.c | if (!bh || bh->b_uptodate) |
b_uptodate | 338 | fs/ext/inode.c | if (bh->b_uptodate) |
b_uptodate | 167 | fs/isofs/file.c | if (*bhb && !(*bhb)->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 | 144 | fs/minix/bitmap.c | bh->b_uptodate = 1; |
b_uptodate | 121 | fs/minix/file.c | if (*bhb && !(*bhb)->b_uptodate) { |
b_uptodate | 144 | 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 | 239 | fs/minix/file.c | bh->b_uptodate = 1; |
b_uptodate | 224 | fs/minix/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 227 | fs/minix/inode.c | if (!bh->b_uptodate) { |
b_uptodate | 295 | fs/minix/inode.c | if (!bh || bh->b_uptodate) |
b_uptodate | 299 | fs/minix/inode.c | if (bh->b_uptodate) |
b_uptodate | 152 | fs/msdos/misc.c | bh->b_uptodate = 1; |
b_uptodate | 124 | include/linux/fs.h | unsigned char b_uptodate; |
b_uptodate | 218 | kernel/blk_drv/blk.h | bh->b_uptodate = uptodate; |
b_uptodate | 336 | kernel/blk_drv/floppy.c | bh->b_uptodate = 0; |
b_uptodate | 58 | kernel/blk_drv/genhd.c | bh->b_uptodate=0; |
b_uptodate | 149 | kernel/blk_drv/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
b_uptodate | 153 | kernel/blk_drv/ll_rw_blk.c | if ((rw == WRITE && !bh->b_dirt) || (rw == READ && bh->b_uptodate)) { |
b_uptodate | 287 | kernel/blk_drv/ll_rw_blk.c | if (bh[i]) bh[i]->b_dirt = bh[i]->b_uptodate = 0; |
b_uptodate | 296 | kernel/blk_drv/ll_rw_blk.c | if (bh[i]) bh[i]->b_dirt = bh[i]->b_uptodate = 0; |
b_uptodate | 302 | kernel/blk_drv/ll_rw_blk.c | if (bh[i]) bh[i]->b_dirt = bh[i]->b_uptodate = 0; |
b_uptodate | 435 | kernel/blk_drv/scsi/scsi.h | bh->b_uptodate = uptodate; |