Home
last modified time | relevance | path

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

/linux-5.19.10/fs/fscache/
Dcookie.c91 fscache_get_cookie(cookie, where); in fscache_queue_cookie()
414 wait_for = fscache_get_cookie(cursor, in fscache_hash_cookie()
642 fscache_get_cookie(cookie, fscache_cookie_get_lru); in fscache_unuse_cookie_locked()
1013 struct fscache_cookie *fscache_get_cookie(struct fscache_cookie *cookie, in fscache_get_cookie() function
1022 EXPORT_SYMBOL(fscache_get_cookie);
/linux-5.19.10/include/linux/
Dfscache-cache.h104 extern struct fscache_cookie *fscache_get_cookie(struct fscache_cookie *cookie,
/linux-5.19.10/fs/cachefiles/
Dinterface.c40 object->cookie = fscache_get_cookie(cookie, fscache_cookie_get_attach_object); in cachefiles_alloc_object()