Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfscache.h226 extern void __fscache_disable_cookie(struct fscache_cookie *, const void *, bool);
812 __fscache_disable_cookie(cookie, aux_data, invalidate); in fscache_disable_cookie()
/Linux-v5.10/fs/fscache/
Dcookie.c709 void __fscache_disable_cookie(struct fscache_cookie *cookie, in __fscache_disable_cookie() function
784 EXPORT_SYMBOL(__fscache_disable_cookie);
816 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()