taglinefilesource code
b_state129drivers/block/genhd.cbh->b_state = 0;
b_state215drivers/block/genhd.cbh->b_state = 0;
b_state294drivers/block/ll_rw_blk.cbh->b_state = 0;
b_state517drivers/block/ll_rw_blk.cset_bit(BH_Req, &bh[i]->b_state);
b_state527drivers/block/ll_rw_blk.cclear_bit(BH_Dirty, &bh[i]->b_state);
b_state528drivers/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_state302fs/buffer.cclear_bit(BH_Protected, &bh->b_state);
b_state303fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state304fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state305fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state538fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state539fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state540fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state763fs/buffer.cset_bit(BH_Touched, &bh->b_state);
b_state779fs/buffer.cbh->b_state=(1<<BH_Touched);
b_state865fs/buffer.cclear_bit(BH_Protected, &buf->b_state);
b_state1027fs/buffer.cbh->b_state = 0;
b_state1085fs/buffer.cset_bit(BH_FreeOnIO, &next->b_state);
b_state1091fs/buffer.cset_bit(BH_Uptodate, &next->b_state);
b_state1121fs/buffer.cclear_bit(BH_Uptodate, &next->b_state);
b_state1123fs/buffer.cset_bit(BH_Dirty, &next->b_state);
b_state1150fs/buffer.cset_bit(BH_Uptodate, &bh->b_state);
b_state1152fs/buffer.cif (!test_bit(BH_Uptodate, &tmp->b_state)) {
b_state1161fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state1170fs/buffer.cclear_bit(BH_Lock, &bh->b_state);
b_state1173fs/buffer.cif (!test_bit(BH_FreeOnIO, &bh->b_state))
b_state1191fs/buffer.cif (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count)
b_state1202fs/buffer.cif (!test_bit(BH_FreeOnIO, &tmp->b_state)) {
b_state1210fs/buffer.cclear_bit(BH_FreeOnIO, &tmp->b_state);
b_state1378fs/buffer.cif (clear_bit(BH_Has_aged, &bh->b_state))
b_state1382fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
b_state1384fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
b_state1386fs/buffer.cclear_bit(BH_Has_aged, &bh->b_state);
b_state1620fs/buffer.cclear_bit(BH_Req, &p->b_state);
b_state1695fs/buffer.cbh->b_state = 0;
b_state62fs/minix/bitmap.cclear_bit(BH_Dirty, &bh->b_state);
b_state161include/linux/fs.hunsigned long b_state;    /* buffer state bitmap (see above) */
b_state181include/linux/fs.hreturn test_bit(BH_Uptodate, &bh->b_state);
b_state186include/linux/fs.hreturn test_bit(BH_Dirty, &bh->b_state);
b_state191include/linux/fs.hreturn test_bit(BH_Lock, &bh->b_state);
b_state196include/linux/fs.hreturn test_bit(BH_Req, &bh->b_state);
b_state201include/linux/fs.hreturn test_bit(BH_Touched, &bh->b_state);
b_state206include/linux/fs.hreturn test_bit(BH_Has_aged, &bh->b_state);
b_state211include/linux/fs.hreturn test_bit(BH_Protected, &bh->b_state);
b_state532include/linux/fs.hif (clear_bit(BH_Dirty, &bh->b_state)) {
b_state540include/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_state102mm/filemap.cclear_bit(BH_Touched, &tmp->b_state);