Searched refs:was_dirty (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/hfsplus/
H A Dextents.c234 int was_dirty = 0; local
267 was_dirty = (hip->extent_state & HFSPLUS_EXT_DIRTY);
292 if (create || was_dirty)
/linux-master/fs/jbd2/
H A Dtransaction.c2505 int was_dirty = 0; local
2531 was_dirty = 1;
2563 if (was_dirty)
2592 int was_dirty, jlist; local
2610 was_dirty = test_clear_buffer_jbddirty(bh);
2635 if (was_dirty)
/linux-master/fs/
H A Dfs-writeback.c2504 const int was_dirty = inode->i_state & I_DIRTY; local
2516 if (!was_dirty) {
2545 if (!was_dirty) {
/linux-master/fs/reiserfs/
H A Djournal.c1352 int was_dirty = 0; local
1413 was_dirty = 0;
1445 was_dirty = 1;
1483 b_blocknr, was_dirty ? ' ' : '!',
1486 if (was_dirty) {
/linux-master/fs/btrfs/
H A Dextent_io.c4177 bool was_dirty; local
4181 was_dirty = test_and_set_bit(EXTENT_BUFFER_DIRTY, &eb->bflags);
4188 if (!was_dirty) {

Completed in 267 milliseconds