Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dnode.h38 IS_DIRTY, /* this nat entry is dirty? */ enumerator
Dnode.c157 if (get_nat_flag(ne, IS_DIRTY)) in __set_nat_cache_dirty()
173 set_nat_flag(ne, IS_DIRTY, true); in __set_nat_cache_dirty()
185 set_nat_flag(ne, IS_DIRTY, false); in __clear_nat_cache_dirty()