tag | line | file | source code |
BH_Dirty | 538 | drivers/block/ll_rw_blk.c | clear_bit(BH_Dirty, &bh[i]->b_state); |
BH_Dirty | 307 | fs/buffer.c | clear_bit(BH_Dirty, &bh->b_state); |
BH_Dirty | 541 | fs/buffer.c | clear_bit(BH_Dirty, &bh->b_state); |
BH_Dirty | 1144 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
BH_Dirty | 50 | fs/minix/bitmap.c | clear_bit(BH_Dirty, &bh->b_state); |
BH_Dirty | 187 | include/linux/fs.h | return test_bit(BH_Dirty, &bh->b_state); |
BH_Dirty | 534 | include/linux/fs.h | if (clear_bit(BH_Dirty, &bh->b_state)) { |
BH_Dirty | 542 | include/linux/fs.h | if (!set_bit(BH_Dirty, &bh->b_state)) { |