Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c119 (1 << FSCACHE_OBJECT_EV_KILL)),
126 (1 << FSCACHE_OBJECT_EV_KILL)),
133 (1 << FSCACHE_OBJECT_EV_KILL)),
691 if (!fscache_enqueue_dependents(object, FSCACHE_OBJECT_EV_KILL)) in fscache_kill_dependents()
H A Dcache.c343 fscache_raise_event(object, FSCACHE_OBJECT_EV_KILL); in fscache_withdraw_all_objects()
H A Dcookie.c738 fscache_raise_event(object, FSCACHE_OBJECT_EV_KILL); in __fscache_disable_cookie()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h321 FSCACHE_OBJECT_EV_KILL, /* T if netfs relinquished or cache withdrew object */ enumerator