Home
last modified time | relevance | path

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

/Linux-v5.15/fs/fscache/
Dio.c27 int __fscache_begin_read_operation(struct netfs_read_request *rreq, in __fscache_begin_read_operation() function
116 EXPORT_SYMBOL(__fscache_begin_read_operation);
/Linux-v5.15/include/linux/
Dfscache.h199 extern int __fscache_begin_read_operation(struct netfs_read_request *, struct fscache_cookie *);
534 return __fscache_begin_read_operation(rreq, cookie); in fscache_begin_read_operation()