Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fscache/
Dcookie.c85 fscache_put_cookie(cookie, fscache_cookie_put_over_queued); in __fscache_queue_cookie()
430 fscache_put_cookie(wait_for, fscache_cookie_put_hash_collision); in fscache_hash_cookie()
832 fscache_put_cookie(cookie, fscache_cookie_put_work); in fscache_cookie_worker()
874 fscache_put_cookie(cookie, fscache_cookie_put_lru); in fscache_cookie_lru_do_one()
922 fscache_put_cookie(cookie, fscache_cookie_put_lru); in fscache_cookie_drop_from_lru()
996 fscache_put_cookie(cookie, fscache_cookie_put_relinquish); in __fscache_relinquish_cookie()
1003 void fscache_put_cookie(struct fscache_cookie *cookie, in fscache_put_cookie() function
1018 EXPORT_SYMBOL(fscache_put_cookie);
/linux-6.1.9/include/linux/
Dfscache-cache.h106 extern void fscache_put_cookie(struct fscache_cookie *cookie,
/linux-6.1.9/fs/cachefiles/
Dinterface.c93 fscache_put_cookie(object->cookie, fscache_cookie_put_object); in cachefiles_put_object()