tag | line | file | source code |
b_state | 129 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 215 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 295 | drivers/block/ll_rw_blk.c | bh->b_state = 0; |
b_state | 534 | 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 | 129 | drivers/block/rd.c | set_bit(BH_Protected, &CURRENT->bh->b_state); |
b_state | 306 | fs/buffer.c | clear_bit(BH_Protected, &bh->b_state); |
b_state | 307 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 308 | fs/buffer.c | clear_bit(BH_Dirty, &bh->b_state); |
b_state | 309 | fs/buffer.c | clear_bit(BH_Req, &bh->b_state); |
b_state | 542 | fs/buffer.c | clear_bit(BH_Dirty, &bh->b_state); |
b_state | 543 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 544 | fs/buffer.c | clear_bit(BH_Req, &bh->b_state); |
b_state | 767 | fs/buffer.c | set_bit(BH_Touched, &bh->b_state); |
b_state | 783 | fs/buffer.c | bh->b_state=(1<<BH_Touched); |
b_state | 868 | fs/buffer.c | clear_bit(BH_Protected, &buf->b_state); |
b_state | 1045 | fs/buffer.c | bh->b_state = 0; |
b_state | 1103 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
b_state | 1109 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
b_state | 1139 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
b_state | 1141 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
b_state | 1168 | fs/buffer.c | set_bit(BH_Uptodate, &bh->b_state); |
b_state | 1170 | fs/buffer.c | if (!test_bit(BH_Uptodate, &tmp->b_state)) { |
b_state | 1179 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 1188 | fs/buffer.c | clear_bit(BH_Lock, &bh->b_state); |
b_state | 1191 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &bh->b_state)) |
b_state | 1209 | fs/buffer.c | if (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count) |
b_state | 1220 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &tmp->b_state)) { |
b_state | 1228 | fs/buffer.c | clear_bit(BH_FreeOnIO, &tmp->b_state); |
b_state | 1391 | fs/buffer.c | if (clear_bit(BH_Has_aged, &bh->b_state)) |
b_state | 1395 | fs/buffer.c | touched |= clear_bit(BH_Touched, &tmp->b_state); |
b_state | 1397 | fs/buffer.c | set_bit(BH_Has_aged, &tmp->b_state); |
b_state | 1399 | fs/buffer.c | clear_bit(BH_Has_aged, &bh->b_state); |
b_state | 1633 | fs/buffer.c | clear_bit(BH_Req, &p->b_state); |
b_state | 1708 | fs/buffer.c | bh->b_state = 0; |
b_state | 62 | 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 | 533 | include/linux/fs.h | if (clear_bit(BH_Dirty, &bh->b_state)) { |
b_state | 541 | 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 | 135 | mm/filemap.c | clear_bit(BH_Touched, &tmp->b_state); |