Home
last modified time | relevance | path

Searched refs:fscache_end_cookie_access (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/netfs/
Dfscache_cookie.c121 void fscache_end_cookie_access(struct fscache_cookie *cookie, in fscache_end_cookie_access() function
134 EXPORT_SYMBOL(fscache_end_cookie_access);
186 fscache_end_cookie_access(cookie, fscache_access_unlive); in fscache_begin_cookie_access()
538 fscache_end_cookie_access(cookie, trace); in fscache_perform_lookup()
757 fscache_end_cookie_access(cookie, fscache_access_invalidate_cookie_end); in fscache_cookie_state_machine()
785 fscache_end_cookie_access(cookie, fscache_access_invalidate_cookie_end); in fscache_cookie_state_machine()
1045 fscache_end_cookie_access(cookie, fscache_access_invalidate_cookie_end); in fscache_perform_invalidation()
Dfscache_io.c142 fscache_end_cookie_access(cookie, fscache_access_io_not_live); in fscache_begin_operation()
/linux-6.12.1/include/linux/
Dfscache-cache.h114 extern void fscache_end_cookie_access(struct fscache_cookie *cookie,
/linux-6.12.1/fs/cachefiles/
Dio.c721 fscache_end_cookie_access(fscache_cres_cookie(cres), fscache_access_io_end); in cachefiles_end_operation()