tag | line | file | source code |
b_uptodate | 52 | fs/block_dev.c | bh->b_uptodate = 1; |
b_uptodate | 101 | fs/buffer.c | bh->b_uptodate = bh->b_dirt = 0; |
b_uptodate | 321 | fs/buffer.c | bh->b_uptodate=0; |
b_uptodate | 351 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 355 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 382 | fs/buffer.c | if (!bh[i]->b_uptodate) |
b_uptodate | 389 | fs/buffer.c | if (bh[i]->b_uptodate) |
b_uptodate | 410 | fs/buffer.c | if (!bh->b_uptodate) |
b_uptodate | 415 | fs/buffer.c | if (!tmp->b_uptodate) |
b_uptodate | 422 | fs/buffer.c | if (bh->b_uptodate) |
b_uptodate | 102 | fs/ext/bitmap.c | bh->b_uptodate=0; |
b_uptodate | 142 | fs/ext/bitmap.c | bh->b_uptodate = 1; |
b_uptodate | 109 | fs/ext/file.c | if (!(*bhb)->b_uptodate) |
b_uptodate | 122 | fs/ext/file.c | if (!(*bhe)->b_uptodate) { |
b_uptodate | 211 | fs/ext/file.c | bh->b_uptodate = 1; |
b_uptodate | 68 | fs/ext/freelists.c | bh->b_uptodate=0; |
b_uptodate | 138 | fs/ext/freelists.c | bh->b_uptodate = 1; |
b_uptodate | 93 | fs/minix/bitmap.c | bh->b_uptodate=0; |
b_uptodate | 133 | fs/minix/bitmap.c | bh->b_uptodate = 1; |
b_uptodate | 109 | fs/minix/file.c | if (!(*bhb)->b_uptodate) |
b_uptodate | 122 | fs/minix/file.c | if (!(*bhe)->b_uptodate) { |
b_uptodate | 211 | fs/minix/file.c | bh->b_uptodate = 1; |
b_uptodate | 132 | fs/msdos/misc.c | bh->b_uptodate = 1; |
b_uptodate | 102 | include/linux/fs.h | unsigned char b_uptodate; |
b_uptodate | 199 | kernel/blk_drv/blk.h | bh->b_uptodate = uptodate; |
b_uptodate | 323 | kernel/blk_drv/floppy.c | bh->b_uptodate = 0; |
b_uptodate | 54 | kernel/blk_drv/genhd.c | bh->b_uptodate=0; |
b_uptodate | 162 | kernel/blk_drv/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
b_uptodate | 166 | kernel/blk_drv/ll_rw_blk.c | if ((rw == WRITE && !bh->b_dirt) || (rw == READ && bh->b_uptodate)) { |
b_uptodate | 276 | kernel/blk_drv/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
b_uptodate | 282 | kernel/blk_drv/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
b_uptodate | 287 | kernel/blk_drv/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |