Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Doperation.c217 } else if (flags & BIT(FSCACHE_OBJECT_KILLED_BY_CACHE)) { in fscache_submit_exclusive_op()
299 } else if (flags & BIT(FSCACHE_OBJECT_KILLED_BY_CACHE)) { in fscache_submit_op()
H A Dobject.c635 set_bit(FSCACHE_OBJECT_KILLED_BY_CACHE, &object->flags); in fscache_lookup_failure()
1095 if (test_and_set_bit(FSCACHE_OBJECT_KILLED_BY_CACHE, &object->flags)) { in fscache_object_mark_killed()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h372 #define FSCACHE_OBJECT_KILLED_BY_CACHE 7 /* T if object was killed by the cache */ macro
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dnamei.c451 if (test_bit(FSCACHE_OBJECT_KILLED_BY_CACHE, &object->fscache.flags)) { in cachefiles_delete_object()