| 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 | 293 | drivers/block/ll_rw_blk.c | bh->b_state = 0; |
| b_state | 531 | drivers/block/ll_rw_blk.c | set_bit(BH_Req, &bh[i]->b_state); |
| b_state | 544 | drivers/block/ll_rw_blk.c | clear_bit(BH_Dirty, &bh[i]->b_state); |
| b_state | 545 | 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 | 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 | 1050 | fs/buffer.c | bh->b_state = 0; |
| b_state | 1108 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
| b_state | 1114 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
| b_state | 1144 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
| b_state | 1146 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
| b_state | 1177 | fs/buffer.c | set_bit(BH_Uptodate, &bh->b_state); |
| b_state | 1179 | fs/buffer.c | if (!test_bit(BH_Uptodate, &tmp->b_state)) { |
| b_state | 1188 | fs/buffer.c | clear_bit(BH_Uptodate, &bh->b_state); |
| b_state | 1197 | fs/buffer.c | clear_bit(BH_Lock, &bh->b_state); |
| b_state | 1200 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &bh->b_state)) |
| b_state | 1218 | fs/buffer.c | if (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count) |
| b_state | 1229 | fs/buffer.c | if (!test_bit(BH_FreeOnIO, &tmp->b_state)) { |
| b_state | 1237 | fs/buffer.c | clear_bit(BH_FreeOnIO, &tmp->b_state); |
| b_state | 1399 | fs/buffer.c | if (clear_bit(BH_Has_aged, &bh->b_state)) |
| b_state | 1403 | fs/buffer.c | touched |= clear_bit(BH_Touched, &tmp->b_state); |
| b_state | 1405 | fs/buffer.c | set_bit(BH_Has_aged, &tmp->b_state); |
| b_state | 1407 | fs/buffer.c | clear_bit(BH_Has_aged, &bh->b_state); |
| b_state | 1643 | fs/buffer.c | clear_bit(BH_Req, &p->b_state); |
| b_state | 1718 | 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 | 571 | include/linux/fs.h | if (clear_bit(BH_Dirty, &bh->b_state)) { |
| b_state | 579 | 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 | 134 | mm/filemap.c | clear_bit(BH_Touched, &tmp->b_state); |