Home
last modified time | relevance | path

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

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