Home
last modified time | relevance | path

Searched refs:__fscache_disable_cookie (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dfscache.h230 extern void __fscache_disable_cookie(struct fscache_cookie *, const void *, bool);
816 __fscache_disable_cookie(cookie, aux_data, invalidate); in fscache_disable_cookie()
/linux-4.19.296/fs/fscache/
Dcookie.c701 void __fscache_disable_cookie(struct fscache_cookie *cookie, in __fscache_disable_cookie() function
776 EXPORT_SYMBOL(__fscache_disable_cookie);
808 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()