Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/fscache/
Dcookie.c511 void __fscache_disable_cookie(struct fscache_cookie *cookie, bool invalidate) in __fscache_disable_cookie() function
573 EXPORT_SYMBOL(__fscache_disable_cookie);
600 __fscache_disable_cookie(cookie, retire); in __fscache_relinquish_cookie()