Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dcookie.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()
753 fscache_end_cookie_access(cookie, fscache_access_invalidate_cookie_end); in fscache_cookie_state_machine()
781 fscache_end_cookie_access(cookie, fscache_access_invalidate_cookie_end); in fscache_cookie_state_machine()
1041 fscache_end_cookie_access(cookie, fscache_access_invalidate_cookie_end); in fscache_perform_invalidation()
H A Dio.c140 fscache_end_cookie_access(cookie, fscache_access_io_not_live); in fscache_begin_operation()
/openbmc/linux/include/linux/
H A Dfscache-cache.h108 extern void fscache_end_cookie_access(struct fscache_cookie *cookie,
/openbmc/linux/fs/cachefiles/
H A Dio.c627 fscache_end_cookie_access(fscache_cres_cookie(cres), fscache_access_io_end); in cachefiles_end_operation()