Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h371 #define FSCACHE_OBJECT_RETIRED 6 /* T if object was retired on relinquishment */ macro
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c659 if (test_bit(FSCACHE_OBJECT_RETIRED, &object->flags)) { in fscache_kill_object()
977 set_bit(FSCACHE_OBJECT_RETIRED, &object->flags); in _fscache_invalidate_object()
H A Dcookie.c736 set_bit(FSCACHE_OBJECT_RETIRED, &object->flags); in __fscache_disable_cookie()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dinterface.c290 if (test_bit(FSCACHE_OBJECT_RETIRED, &object->fscache.flags) && in cachefiles_drop_object()