tag | line | file | source code |
b_state | 145 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 225 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 268 | drivers/block/genhd.c | bh->b_state = 0; |
b_state | 291 | drivers/block/ll_rw_blk.c | bh->b_state = 0; |
b_state | 494 | drivers/block/ll_rw_blk.c | set_bit(BH_Req, &bh[i]->b_state); |
b_state | 504 | drivers/block/ll_rw_blk.c | clear_bit(BH_Dirty, &bh[i]->b_state); |
b_state | 505 | drivers/block/ll_rw_blk.c | clear_bit(BH_Uptodate, &bh[i]->b_state); |
b_state | 143 | 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 | 761 | fs/buffer.c | set_bit(BH_Touched, &bh->b_state); |
b_state | 777 | fs/buffer.c | bh->b_state=(1<<BH_Touched); |
b_state | 866 | fs/buffer.c | clear_bit(BH_Protected, &buf->b_state); |
b_state | 1052 | fs/buffer.c | bh->b_state = 0; |
b_state | 1114 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &tmp->b_state)) { |
b_state | 1122 | fs/buffer.c | clear_bit(BH_FreeOnIO, &tmp->b_state); |
b_state | 1160 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
b_state | 1166 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
b_state | 1196 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
b_state | 1198 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
b_state | 1226 | fs/buffer.c | set_bit(BH_Uptodate, &bh->b_state); |
b_state | 1230 | fs/buffer.c | if (!test_bit(BH_Uptodate, &tmp->b_state)) { |
b_state | 1239 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 1250 | fs/buffer.c | clear_bit(BH_Lock, &bh->b_state); |
b_state | 1253 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &bh->b_state)) |
b_state | 1272 | fs/buffer.c | if (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count) |
b_state | 1433 | fs/buffer.c | if (clear_bit(BH_Has_aged, &bh->b_state)) |
b_state | 1437 | fs/buffer.c | touched |= clear_bit(BH_Touched, &tmp->b_state); |
b_state | 1439 | fs/buffer.c | set_bit(BH_Has_aged, &tmp->b_state); |
b_state | 1441 | fs/buffer.c | clear_bit(BH_Has_aged, &bh->b_state); |
b_state | 1677 | fs/buffer.c | clear_bit(BH_Req, &p->b_state); |
b_state | 1752 | fs/buffer.c | bh->b_state = 0; |
b_state | 50 | fs/minix/bitmap.c | clear_bit(BH_Dirty, &bh->b_state); |
b_state | 163 | include/linux/fs.h | unsigned long b_state; /* buffer state bitmap (see above) */ |
b_state | 183 | include/linux/fs.h | return test_bit(BH_Uptodate, &bh->b_state); |
b_state | 188 | include/linux/fs.h | return test_bit(BH_Dirty, &bh->b_state); |
b_state | 193 | include/linux/fs.h | return test_bit(BH_Lock, &bh->b_state); |
b_state | 198 | include/linux/fs.h | return test_bit(BH_Req, &bh->b_state); |
b_state | 203 | include/linux/fs.h | return test_bit(BH_Touched, &bh->b_state); |
b_state | 208 | include/linux/fs.h | return test_bit(BH_Has_aged, &bh->b_state); |
b_state | 213 | include/linux/fs.h | return test_bit(BH_Protected, &bh->b_state); |
b_state | 580 | include/linux/fs.h | if (clear_bit(BH_Dirty, &bh->b_state)) { |
b_state | 588 | 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 | 136 | mm/filemap.c | clear_bit(BH_Touched, &tmp->b_state); |