Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfscache-cache.h373 #define FSCACHE_OBJECT_RETIRED 6 /* T if object was retired on relinquishment */ macro
/linux-4.1.27/fs/cachefiles/
Dinterface.c278 if (test_bit(FSCACHE_OBJECT_RETIRED, &object->fscache.flags) && in cachefiles_drop_object()
/linux-4.1.27/fs/fscache/
Dcookie.c543 set_bit(FSCACHE_OBJECT_RETIRED, &object->flags); in __fscache_disable_cookie()
Dobject.c936 set_bit(FSCACHE_OBJECT_RETIRED, &object->flags); in _fscache_invalidate_object()