Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dio.c153 int __fscache_begin_write_operation(struct netfs_cache_resources *cres, in __fscache_begin_write_operation() function
159 EXPORT_SYMBOL(__fscache_begin_write_operation);
/openbmc/linux/include/linux/
H A Dfscache.h173 extern int __fscache_begin_write_operation(struct netfs_cache_resources *, struct fscache_cookie *);
542 return __fscache_begin_write_operation(cres, cookie); in fscache_begin_write_operation()