Home
last modified time | relevance | path

Searched refs:__fscache_begin_read_operation (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/fscache/
Dio.c145 int __fscache_begin_read_operation(struct netfs_cache_resources *cres, in __fscache_begin_read_operation() function
151 EXPORT_SYMBOL(__fscache_begin_read_operation);
/linux-5.19.10/include/linux/
Dfscache.h172 extern int __fscache_begin_read_operation(struct netfs_cache_resources *, struct fscache_cookie *);
457 return __fscache_begin_read_operation(cres, cookie); in fscache_begin_read_operation()