Home
last modified time | relevance | path

Searched refs:ignore_not_dirty (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Djournal_io.h27 bool ignore_not_dirty; member
34 return !i || i->ignore_blacklisted || i->ignore_not_dirty; in journal_replay_ignore()
Djournal_io.c117 i->ignore_not_dirty = true; in journal_replay_free()
235 i->ignore_not_dirty = false; in journal_entry_add()
Drecovery.c774 (*i)->ignore_not_dirty= false; in bch2_fs_recovery()