tag | line | file | source code |
b_state | 145 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 231 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 294 | drivers/block/ll_rw_blk.c | bh->b_state = 0; |
b_state | 535 | drivers/block/ll_rw_blk.c | set_bit(BH_Req, &bh[i]->b_state); |
b_state | 548 | drivers/block/ll_rw_blk.c | clear_bit(BH_Dirty, &bh[i]->b_state); |
b_state | 549 | drivers/block/ll_rw_blk.c | clear_bit(BH_Uptodate, &bh[i]->b_state); |
b_state | 140 | drivers/block/rd.c | set_bit(BH_Protected, &CURRENT->bh->b_state); |
b_state | 305 | fs/buffer.c | clear_bit(BH_Protected, &bh->b_state); |
b_state | 306 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 307 | fs/buffer.c | clear_bit(BH_Dirty, &bh->b_state); |
b_state | 308 | fs/buffer.c | clear_bit(BH_Req, &bh->b_state); |
b_state | 541 | fs/buffer.c | clear_bit(BH_Dirty, &bh->b_state); |
b_state | 542 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 543 | fs/buffer.c | clear_bit(BH_Req, &bh->b_state); |
b_state | 766 | fs/buffer.c | set_bit(BH_Touched, &bh->b_state); |
b_state | 782 | fs/buffer.c | bh->b_state=(1<<BH_Touched); |
b_state | 867 | fs/buffer.c | clear_bit(BH_Protected, &buf->b_state); |
b_state | 1048 | fs/buffer.c | bh->b_state = 0; |
b_state | 1106 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
b_state | 1112 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
b_state | 1142 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
b_state | 1144 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
b_state | 1175 | fs/buffer.c | set_bit(BH_Uptodate, &bh->b_state); |
b_state | 1177 | fs/buffer.c | if (!test_bit(BH_Uptodate, &tmp->b_state)) { |
b_state | 1186 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 1195 | fs/buffer.c | clear_bit(BH_Lock, &bh->b_state); |
b_state | 1198 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &bh->b_state)) |
b_state | 1216 | fs/buffer.c | if (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count) |
b_state | 1227 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &tmp->b_state)) { |
b_state | 1235 | fs/buffer.c | clear_bit(BH_FreeOnIO, &tmp->b_state); |
b_state | 1398 | fs/buffer.c | if (clear_bit(BH_Has_aged, &bh->b_state)) |
b_state | 1402 | fs/buffer.c | touched |= clear_bit(BH_Touched, &tmp->b_state); |
b_state | 1404 | fs/buffer.c | set_bit(BH_Has_aged, &tmp->b_state); |
b_state | 1406 | fs/buffer.c | clear_bit(BH_Has_aged, &bh->b_state); |
b_state | 1642 | fs/buffer.c | clear_bit(BH_Req, &p->b_state); |
b_state | 1717 | fs/buffer.c | bh->b_state = 0; |
b_state | 50 | fs/minix/bitmap.c | clear_bit(BH_Dirty, &bh->b_state); |
b_state | 162 | include/linux/fs.h | unsigned long b_state; /* buffer state bitmap (see above) */ |
b_state | 182 | include/linux/fs.h | return test_bit(BH_Uptodate, &bh->b_state); |
b_state | 187 | include/linux/fs.h | return test_bit(BH_Dirty, &bh->b_state); |
b_state | 192 | include/linux/fs.h | return test_bit(BH_Lock, &bh->b_state); |
b_state | 197 | include/linux/fs.h | return test_bit(BH_Req, &bh->b_state); |
b_state | 202 | include/linux/fs.h | return test_bit(BH_Touched, &bh->b_state); |
b_state | 207 | include/linux/fs.h | return test_bit(BH_Has_aged, &bh->b_state); |
b_state | 212 | include/linux/fs.h | return test_bit(BH_Protected, &bh->b_state); |
b_state | 534 | include/linux/fs.h | if (clear_bit(BH_Dirty, &bh->b_state)) { |
b_state | 542 | include/linux/fs.h | if (!set_bit(BH_Dirty, &bh->b_state)) { |
b_state | 25 | include/linux/locks.h | if (test_bit(BH_Lock, &bh->b_state)) |
b_state | 31 | include/linux/locks.h | if (set_bit(BH_Lock, &bh->b_state)) |
b_state | 133 | mm/filemap.c | clear_bit(BH_Touched, &tmp->b_state); |