Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dfscache_cookie.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()
836 fscache_put_cookie(cookie, fscache_cookie_put_work); in fscache_cookie_worker()
878 fscache_put_cookie(cookie, fscache_cookie_put_lru); in fscache_cookie_lru_do_one()
926 fscache_put_cookie(cookie, fscache_cookie_put_lru); in fscache_cookie_drop_from_lru()
1000 fscache_put_cookie(cookie, fscache_cookie_put_relinquish); in __fscache_relinquish_cookie()
1007 void fscache_put_cookie(struct fscache_cookie *cookie, in fscache_put_cookie() function
1022 EXPORT_SYMBOL(fscache_put_cookie);
/linux-6.12.1/include/linux/
Dfscache-cache.h112 extern void fscache_put_cookie(struct fscache_cookie *cookie,
/linux-6.12.1/fs/cachefiles/
Dinterface.c98 fscache_put_cookie(object->cookie, fscache_cookie_put_object); in cachefiles_put_object()