Searched refs:CACHE_DIRTY (Results 1 – 2 of 2) sorted by relevance
664 if (cachep->c_flags & CACHE_DIRTY) { in cachefs_cache_dirty()671 cachep->c_flags |= CACHE_DIRTY; in cachefs_cache_dirty()781 cachep->c_flags &= ~CACHE_DIRTY; in cachefs_cache_sync()815 if ((cachep->c_flags & CACHE_DIRTY) == 0) { in cachefs_cache_sync()
581 #define CACHE_DIRTY 0x80 macro