taglinefilesource code
b_state129drivers/block/genhd.cbh->b_state = 0;
b_state215drivers/block/genhd.cbh->b_state = 0;
b_state295drivers/block/ll_rw_blk.cbh->b_state = 0;
b_state534drivers/block/ll_rw_blk.cset_bit(BH_Req, &bh[i]->b_state);
b_state548drivers/block/ll_rw_blk.cclear_bit(BH_Dirty, &bh[i]->b_state);
b_state549drivers/block/ll_rw_blk.cclear_bit(BH_Uptodate, &bh[i]->b_state);
b_state129drivers/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_state1045fs/buffer.cbh->b_state = 0;
b_state1103fs/buffer.cset_bit(BH_FreeOnIO, &next->b_state);
b_state1109fs/buffer.cset_bit(BH_Uptodate, &next->b_state);
b_state1139fs/buffer.cclear_bit(BH_Uptodate, &next->b_state);
b_state1141fs/buffer.cset_bit(BH_Dirty, &next->b_state);
b_state1168fs/buffer.cset_bit(BH_Uptodate, &bh->b_state);
b_state1170fs/buffer.cif (!test_bit(BH_Uptodate, &tmp->b_state)) {
b_state1179fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state1188fs/buffer.cclear_bit(BH_Lock, &bh->b_state);
b_state1191fs/buffer.cif (!test_bit(BH_FreeOnIO, &bh->b_state))
b_state1209fs/buffer.cif (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count)
b_state1220fs/buffer.cif (!test_bit(BH_FreeOnIO, &tmp->b_state)) {
b_state1228fs/buffer.cclear_bit(BH_FreeOnIO, &tmp->b_state);
b_state1391fs/buffer.cif (clear_bit(BH_Has_aged, &bh->b_state))
b_state1395fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
b_state1397fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
b_state1399fs/buffer.cclear_bit(BH_Has_aged, &bh->b_state);
b_state1633fs/buffer.cclear_bit(BH_Req, &p->b_state);
b_state1708fs/buffer.cbh->b_state = 0;
b_state62fs/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_state533include/linux/fs.hif (clear_bit(BH_Dirty, &bh->b_state)) {
b_state541include/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_state135mm/filemap.cclear_bit(BH_Touched, &tmp->b_state);