Home
last modified time | relevance | path

Searched refs:__fscache_relinquish_cookie (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h197 extern void __fscache_relinquish_cookie(struct fscache_cookie *, const void *, bool);
363 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dcookie.c780 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, in __fscache_relinquish_cookie() function
823 EXPORT_SYMBOL(__fscache_relinquish_cookie);
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcache.c328 __fscache_relinquish_cookie(fsc->fscache, NULL, false); in ceph_fscache_unregister_fs()