Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dfs.c2202 bool clean_pass = false, this_pass_clean; in bch2_evict_subvolume_inodes() local
2216 this_pass_clean = true; in bch2_evict_subvolume_inodes()
2226 this_pass_clean = false; in bch2_evict_subvolume_inodes()
2232 } else if (clean_pass && this_pass_clean) { in bch2_evict_subvolume_inodes()
2256 if (!clean_pass || !this_pass_clean) { in bch2_evict_subvolume_inodes()
2257 clean_pass = this_pass_clean; in bch2_evict_subvolume_inodes()