taglinefilesource code
b_state145drivers/block/genhd.cbh->b_state = 0;
b_state231drivers/block/genhd.cbh->b_state = 0;
b_state293drivers/block/ll_rw_blk.cbh->b_state = 0;
b_state531drivers/block/ll_rw_blk.cset_bit(BH_Req, &bh[i]->b_state);
b_state544drivers/block/ll_rw_blk.cclear_bit(BH_Dirty, &bh[i]->b_state);
b_state545drivers/block/ll_rw_blk.cclear_bit(BH_Uptodate, &bh[i]->b_state);
b_state140drivers/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_state767fs/buffer.cset_bit(BH_Touched, &bh->b_state);
b_state783fs/buffer.cbh->b_state=(1<<BH_Touched);
b_state868fs/buffer.cclear_bit(BH_Protected, &buf->b_state);
b_state1050fs/buffer.cbh->b_state = 0;
b_state1108fs/buffer.cset_bit(BH_FreeOnIO, &next->b_state);
b_state1114fs/buffer.cset_bit(BH_Uptodate, &next->b_state);
b_state1144fs/buffer.cclear_bit(BH_Uptodate, &next->b_state);
b_state1146fs/buffer.cset_bit(BH_Dirty, &next->b_state);
b_state1177fs/buffer.cset_bit(BH_Uptodate, &bh->b_state);
b_state1179fs/buffer.cif (!test_bit(BH_Uptodate, &tmp->b_state)) {
b_state1188fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state1197fs/buffer.cclear_bit(BH_Lock, &bh->b_state);
b_state1200fs/buffer.cif (!test_bit(BH_FreeOnIO, &bh->b_state))
b_state1218fs/buffer.cif (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count)
b_state1229fs/buffer.cif (!test_bit(BH_FreeOnIO, &tmp->b_state)) {
b_state1237fs/buffer.cclear_bit(BH_FreeOnIO, &tmp->b_state);
b_state1399fs/buffer.cif (clear_bit(BH_Has_aged, &bh->b_state))
b_state1403fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
b_state1405fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
b_state1407fs/buffer.cclear_bit(BH_Has_aged, &bh->b_state);
b_state1643fs/buffer.cclear_bit(BH_Req, &p->b_state);
b_state1718fs/buffer.cbh->b_state = 0;
b_state50fs/minix/bitmap.cclear_bit(BH_Dirty, &bh->b_state);
b_state162include/linux/fs.hunsigned long b_state;    /* buffer state bitmap (see above) */
b_state182include/linux/fs.hreturn test_bit(BH_Uptodate, &bh->b_state);
b_state187include/linux/fs.hreturn test_bit(BH_Dirty, &bh->b_state);
b_state192include/linux/fs.hreturn test_bit(BH_Lock, &bh->b_state);
b_state197include/linux/fs.hreturn test_bit(BH_Req, &bh->b_state);
b_state202include/linux/fs.hreturn test_bit(BH_Touched, &bh->b_state);
b_state207include/linux/fs.hreturn test_bit(BH_Has_aged, &bh->b_state);
b_state212include/linux/fs.hreturn test_bit(BH_Protected, &bh->b_state);
b_state571include/linux/fs.hif (clear_bit(BH_Dirty, &bh->b_state)) {
b_state579include/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_state134mm/filemap.cclear_bit(BH_Touched, &tmp->b_state);