taglinefilesource code
b_state145drivers/block/genhd.cbh->b_state = 0;
b_state231drivers/block/genhd.cbh->b_state = 0;
b_state286drivers/block/ll_rw_blk.cbh->b_state = 0;
b_state525drivers/block/ll_rw_blk.cset_bit(BH_Req, &bh[i]->b_state);
b_state538drivers/block/ll_rw_blk.cclear_bit(BH_Dirty, &bh[i]->b_state);
b_state539drivers/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_state305fs/buffer.cclear_bit(BH_Protected, &bh->b_state);
b_state306fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state307fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state308fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state541fs/buffer.cclear_bit(BH_Dirty, &bh->b_state);
b_state542fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state543fs/buffer.cclear_bit(BH_Req, &bh->b_state);
b_state766fs/buffer.cset_bit(BH_Touched, &bh->b_state);
b_state782fs/buffer.cbh->b_state=(1<<BH_Touched);
b_state867fs/buffer.cclear_bit(BH_Protected, &buf->b_state);
b_state1048fs/buffer.cbh->b_state = 0;
b_state1106fs/buffer.cset_bit(BH_FreeOnIO, &next->b_state);
b_state1112fs/buffer.cset_bit(BH_Uptodate, &next->b_state);
b_state1142fs/buffer.cclear_bit(BH_Uptodate, &next->b_state);
b_state1144fs/buffer.cset_bit(BH_Dirty, &next->b_state);
b_state1175fs/buffer.cset_bit(BH_Uptodate, &bh->b_state);
b_state1177fs/buffer.cif (!test_bit(BH_Uptodate, &tmp->b_state)) {
b_state1186fs/buffer.cclear_bit(BH_Uptodate, &bh->b_state);
b_state1195fs/buffer.cclear_bit(BH_Lock, &bh->b_state);
b_state1198fs/buffer.cif (!test_bit(BH_FreeOnIO, &bh->b_state))
b_state1216fs/buffer.cif (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count)
b_state1227fs/buffer.cif (!test_bit(BH_FreeOnIO, &tmp->b_state)) {
b_state1235fs/buffer.cclear_bit(BH_FreeOnIO, &tmp->b_state);
b_state1398fs/buffer.cif (clear_bit(BH_Has_aged, &bh->b_state))
b_state1402fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
b_state1404fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
b_state1406fs/buffer.cclear_bit(BH_Has_aged, &bh->b_state);
b_state1642fs/buffer.cclear_bit(BH_Req, &p->b_state);
b_state1717fs/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_state534include/linux/fs.hif (clear_bit(BH_Dirty, &bh->b_state)) {
b_state542include/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_state133mm/filemap.cclear_bit(BH_Touched, &tmp->b_state);