Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfscache.h250 extern void __fscache_disable_cookie(struct fscache_cookie *, bool);
807 __fscache_disable_cookie(cookie, invalidate); in fscache_disable_cookie()
/linux-4.4.14/fs/fscache/
Dcookie.c512 void __fscache_disable_cookie(struct fscache_cookie *cookie, bool invalidate) in __fscache_disable_cookie() function
574 EXPORT_SYMBOL(__fscache_disable_cookie);
601 __fscache_disable_cookie(cookie, retire); in __fscache_relinquish_cookie()