taglinefilesource code
b_state145drivers/block/genhd.cbh->b_state = 0;
b_state225drivers/block/genhd.cbh->b_state = 0;
b_state268drivers/block/genhd.cbh->b_state = 0;
b_state291drivers/block/ll_rw_blk.cbh->b_state = 0;
b_state494drivers/block/ll_rw_blk.cset_bit(BH_Req, &bh[i]->b_state);
b_state504drivers/block/ll_rw_blk.cclear_bit(BH_Dirty, &bh[i]->b_state);
b_state505drivers/block/ll_rw_blk.cclear_bit(BH_Uptodate, &bh[i]->b_state);
b_state145drivers/block/rd.cset_bit(BH_Protected, &CURRENT->bh->b_state);
b_state306fs/buffer.cclear_bit(BH_Protected, &bh->b_state);
b_state307fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state308fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state309fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state542fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state543fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state544fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state761fs/buffer.cset_bit(BH_Touched, &bh->b_state);
b_state777fs/buffer.cbh->b_state=(1<<BH_Touched);
b_state866fs/buffer.cclear_bit(BH_Protected, &buf->b_state);
b_state1052fs/buffer.cbh->b_state = 0;
b_state1114fs/buffer.cif (!test_bit(BH_FreeOnIO, &tmp->b_state)) {
b_state1122fs/buffer.cclear_bit(BH_FreeOnIO, &tmp->b_state);
b_state1160fs/buffer.cset_bit(BH_FreeOnIO, &next->b_state);
b_state1166fs/buffer.cset_bit(BH_Uptodate, &next->b_state);
b_state1196fs/buffer.cclear_bit(BH_Uptodate, &next->b_state);
b_state1198fs/buffer.cset_bit(BH_Dirty, &next->b_state);
b_state1226fs/buffer.cset_bit(BH_Uptodate, &bh->b_state);
b_state1230fs/buffer.cif (!test_bit(BH_Uptodate, &tmp->b_state)) {
b_state1239fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state1250fs/buffer.cclear_bit(BH_Lock, &bh->b_state);
b_state1253fs/buffer.cif (!test_bit(BH_FreeOnIO, &bh->b_state))
b_state1272fs/buffer.cif (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count)
b_state1433fs/buffer.cif (clear_bit(BH_Has_aged, &bh->b_state))
b_state1437fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
b_state1439fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
b_state1441fs/buffer.cclear_bit(BH_Has_aged, &bh->b_state);
b_state1677fs/buffer.cclear_bit(BH_Req, &p->b_state);
b_state1752fs/buffer.cbh->b_state = 0;
b_state50fs/minix/bitmap.cclear_bit(BH_Dirty, &bh->b_state);
b_state163include/linux/fs.hunsigned long b_state;    /* buffer state bitmap (see above) */
b_state183include/linux/fs.hreturn test_bit(BH_Uptodate, &bh->b_state);
b_state188include/linux/fs.hreturn test_bit(BH_Dirty, &bh->b_state);
b_state193include/linux/fs.hreturn test_bit(BH_Lock, &bh->b_state);
b_state198include/linux/fs.hreturn test_bit(BH_Req, &bh->b_state);
b_state203include/linux/fs.hreturn test_bit(BH_Touched, &bh->b_state);
b_state208include/linux/fs.hreturn test_bit(BH_Has_aged, &bh->b_state);
b_state213include/linux/fs.hreturn test_bit(BH_Protected, &bh->b_state);
b_state580include/linux/fs.hif (clear_bit(BH_Dirty, &bh->b_state)) {
b_state588include/linux/fs.hif (!set_bit(BH_Dirty, &bh->b_state)) {
b_state25include/linux/locks.hif (test_bit(BH_Lock, &bh->b_state))
b_state31include/linux/locks.hif (set_bit(BH_Lock, &bh->b_state))
b_state136mm/filemap.cclear_bit(BH_Touched, &tmp->b_state);