Searched refs:__fscache_relinquish_cookie (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache.h | 197 extern void __fscache_relinquish_cookie(struct fscache_cookie *, const void *, bool); 363 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscache.h | 169 extern void __fscache_relinquish_cookie(struct fscache_cookie *, bool); 308 __fscache_relinquish_cookie(cookie, retire); in fscache_relinquish_cookie()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | cache.c | 328 __fscache_relinquish_cookie(fsc->fscache, NULL, false); in ceph_fscache_unregister_fs()
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | cookie.c | 780 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, in __fscache_relinquish_cookie() function 823 EXPORT_SYMBOL(__fscache_relinquish_cookie); variable
|
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | cookie.c | 968 void __fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in __fscache_relinquish_cookie() function 998 EXPORT_SYMBOL(__fscache_relinquish_cookie); variable
|
Completed in 6 milliseconds