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 | 501 | drivers/block/ll_rw_blk.c | set_bit(BH_Req, &bh[i]->b_state); |
b_state | 511 | drivers/block/ll_rw_blk.c | clear_bit(BH_Dirty, &bh[i]->b_state); |
b_state | 512 | drivers/block/ll_rw_blk.c | clear_bit(BH_Uptodate, &bh[i]->b_state); |
b_state | 145 | 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 | 872 | fs/buffer.c | clear_bit(BH_Protected, &buf->b_state); |
b_state | 1057 | fs/buffer.c | bh->b_state = 0; |
b_state | 1119 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &tmp->b_state)) { |
b_state | 1127 | fs/buffer.c | clear_bit(BH_FreeOnIO, &tmp->b_state); |
b_state | 1165 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
b_state | 1171 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
b_state | 1201 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
b_state | 1203 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
b_state | 1230 | fs/buffer.c | set_bit(BH_Uptodate, &bh->b_state); |
b_state | 1234 | fs/buffer.c | if (!test_bit(BH_Uptodate, &tmp->b_state)) |
b_state | 1241 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
b_state | 1252 | fs/buffer.c | clear_bit(BH_Lock, &bh->b_state); |
b_state | 1255 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &bh->b_state)) |
b_state | 1274 | fs/buffer.c | if (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count) |
b_state | 1435 | fs/buffer.c | if (clear_bit(BH_Has_aged, &bh->b_state)) |
b_state | 1439 | fs/buffer.c | touched |= clear_bit(BH_Touched, &tmp->b_state); |
b_state | 1441 | fs/buffer.c | set_bit(BH_Has_aged, &tmp->b_state); |
b_state | 1443 | fs/buffer.c | clear_bit(BH_Has_aged, &bh->b_state); |
b_state | 1679 | fs/buffer.c | clear_bit(BH_Req, &p->b_state); |
b_state | 1754 | 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); |