tag | line | file | source code |
b_dirt | 98 | drivers/block/genhd.c | bh->b_dirt = 0; |
b_dirt | 175 | drivers/block/genhd.c | bh->b_dirt = 0; /* force re-read of MBR block */ |
b_dirt | 306 | drivers/block/ll_rw_blk.c | bh->b_dirt = bh->b_uptodate = 0; |
b_dirt | 316 | drivers/block/ll_rw_blk.c | if ((rw == WRITE && !bh->b_dirt) || (rw == READ && bh->b_uptodate)) { |
b_dirt | 519 | drivers/block/ll_rw_blk.c | bh[i]->b_dirt = bh[i]->b_uptodate = 0; |
b_dirt | 178 | fs/buffer.c | !bh->b_dirt && !bh->b_uptodate) { |
b_dirt | 185 | fs/buffer.c | if (!bh->b_dirt || pass>=2) |
b_dirt | 271 | fs/buffer.c | bh->b_dirt = bh->b_req = 0; |
b_dirt | 489 | fs/buffer.c | bh->b_uptodate = bh->b_dirt = bh->b_req = |
b_dirt | 497 | fs/buffer.c | #define BADNESS(bh) (((bh)->b_dirt<<1)+(bh)->b_lock) |
b_dirt | 562 | fs/buffer.c | bh->b_dirt) { |
b_dirt | 633 | fs/buffer.c | bh->b_dirt) { |
b_dirt | 704 | fs/buffer.c | if (bh->b_uptodate && !bh->b_dirt) |
b_dirt | 706 | fs/buffer.c | if(!bh->b_dirt) bh->b_flushtime = 0; |
b_dirt | 721 | fs/buffer.c | bh->b_dirt=0; |
b_dirt | 737 | fs/buffer.c | if (buf->b_dirt){ |
b_dirt | 752 | fs/buffer.c | if (buf->b_dirt) |
b_dirt | 794 | fs/buffer.c | if (!buf->b_lock && !buf->b_dirt && !buf->b_wait) { |
b_dirt | 1078 | fs/buffer.c | bh->b_dirt = 0; |
b_dirt | 1276 | fs/buffer.c | if (tmp->b_count || tmp->b_dirt || tmp->b_lock || tmp->b_wait) |
b_dirt | 1422 | fs/buffer.c | if (bh->b_dirt) { |
b_dirt | 1459 | fs/buffer.c | if (bh->b_dirt) |
b_dirt | 1501 | fs/buffer.c | if (tmp->b_count || tmp->b_dirt || tmp->b_lock) |
b_dirt | 1592 | fs/buffer.c | bh->b_dirt = 0; |
b_dirt | 1760 | fs/buffer.c | if (nlist == BUF_DIRTY && !bh->b_dirt && !bh->b_lock) |
b_dirt | 1766 | fs/buffer.c | if (bh->b_lock || !bh->b_dirt) |
b_dirt | 1867 | fs/buffer.c | if (nlist == BUF_DIRTY && !bh->b_dirt && !bh->b_lock) |
b_dirt | 1873 | fs/buffer.c | if (bh->b_lock || !bh->b_dirt) |
b_dirt | 57 | fs/ext/freelists.c | bh->b_dirt=0; |
b_dirt | 49 | fs/ext/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
b_dirt | 426 | fs/ext/inode.c | if (bh && bh->b_dirt) |
b_dirt | 49 | fs/ext2/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
b_dirt | 658 | fs/ext2/inode.c | if (bh && bh->b_dirt) |
b_dirt | 203 | fs/ext2/truncate.c | if (IS_SYNC(inode) && ind_bh->b_dirt) { |
b_dirt | 264 | fs/ext2/truncate.c | if (IS_SYNC(inode) && dind_bh->b_dirt) { |
b_dirt | 324 | fs/ext2/truncate.c | if (IS_SYNC(inode) && tind_bh->b_dirt) { |
b_dirt | 66 | fs/minix/bitmap.c | bh->b_dirt=0; |
b_dirt | 50 | fs/minix/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
b_dirt | 509 | fs/minix/inode.c | if (bh && bh->b_dirt) |
b_dirt | 115 | fs/sysv/balloc.c | bh->b_dirt = 0; |
b_dirt | 56 | fs/sysv/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) { |
b_dirt | 505 | fs/sysv/inode.c | if (sb->sv_bh1->b_dirt || sb->sv_bh2->b_dirt) { |
b_dirt | 956 | fs/sysv/inode.c | if (bh && bh->b_dirt) { |
b_dirt | 184 | fs/sysv/truncate.c | retry |= trunc_indirect(inode,offset+(i<<sb->sv_ind_per_block_bits),ind,sb->sv_convert,&indbh->b_dirt); |
b_dirt | 238 | fs/sysv/truncate.c | retry |= trunc_dindirect(inode,offset+(i<<sb->sv_ind_per_block_2_bits),ind,sb->sv_convert,&indbh->b_dirt); |
b_dirt | 234 | fs/xiafs/bitmap.c | bh->b_dirt=0; |
b_dirt | 52 | fs/xiafs/fsync.c | if (wait || !bh->b_uptodate || !bh->b_dirt) |
b_dirt | 502 | fs/xiafs/inode.c | if (bh && bh->b_dirt) |
b_dirt | 137 | include/linux/fs.h | unsigned char b_dirt; /* 0-clean,1-dirty */ |
b_dirt | 451 | include/linux/fs.h | if(bh->b_dirt) { |
b_dirt | 452 | include/linux/fs.h | bh->b_dirt = 0; |
b_dirt | 459 | include/linux/fs.h | if(!bh->b_dirt) { |
b_dirt | 460 | include/linux/fs.h | bh->b_dirt = 1; |