taglinefilesource code
b_state112drivers/block/genhd.cbh->b_state = 0;
b_state198drivers/block/genhd.cbh->b_state = 0;
b_state324drivers/block/ll_rw_blk.cbh->b_state = 0;
b_state525drivers/block/ll_rw_blk.cset_bit(BH_Req, &bh[i]->b_state);
b_state539drivers/block/ll_rw_blk.cclear_bit(BH_Dirty, &bh[i]->b_state);
b_state540drivers/block/ll_rw_blk.cclear_bit(BH_Uptodate, &bh[i]->b_state);
b_state277fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state278fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state279fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state509fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state510fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state511fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state732fs/buffer.cset_bit(BH_Touched, &bh->b_state);
b_state748fs/buffer.cbh->b_state=(1<<BH_Touched);
b_state974fs/buffer.cbh->b_state = 0;
b_state1119fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state1120fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state1121fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state1357fs/buffer.cif (clear_bit(BH_Has_aged, &bh->b_state))
b_state1361fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
b_state1363fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
b_state1365fs/buffer.cclear_bit(BH_Has_aged, &bh->b_state);
b_state1605fs/buffer.cclear_bit(BH_Req, &p->b_state);
b_state1680fs/buffer.cbh->b_state = 0;
b_state62fs/minix/bitmap.cclear_bit(BH_Dirty, &bh->b_state);
b_state133include/linux/fs.hunsigned long b_state;    /* buffer state bitmap (see above) */
b_state151include/linux/fs.hreturn test_bit(BH_Uptodate, &bh->b_state);
b_state156include/linux/fs.hreturn test_bit(BH_Dirty, &bh->b_state);
b_state161include/linux/fs.hreturn test_bit(BH_Lock, &bh->b_state);
b_state166include/linux/fs.hreturn test_bit(BH_Req, &bh->b_state);
b_state171include/linux/fs.hreturn test_bit(BH_Touched, &bh->b_state);
b_state176include/linux/fs.hreturn test_bit(BH_Has_aged, &bh->b_state);
b_state478include/linux/fs.hset_bit(BH_Uptodate, &bh->b_state);
b_state480include/linux/fs.hclear_bit(BH_Uptodate, &bh->b_state);
b_state485include/linux/fs.hif (clear_bit(BH_Dirty, &bh->b_state)) {
b_state493include/linux/fs.hif (!set_bit(BH_Dirty, &bh->b_state)) {
b_state12include/linux/locks.hif (test_bit(BH_Lock, &bh->b_state))
b_state18include/linux/locks.hif (set_bit(BH_Lock, &bh->b_state))
b_state24include/linux/locks.hclear_bit(BH_Lock, &bh->b_state);