Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_io.c154 int __fscache_begin_write_operation(struct netfs_cache_resources *cres, in __fscache_begin_write_operation() function
160 EXPORT_SYMBOL(__fscache_begin_write_operation);
/linux/include/linux/
H A Dfscache.h173 extern int __fscache_begin_write_operation(struct netfs_cache_resources *, struct fscache_cookie *);
539 return __fscache_begin_write_operation(cres, cookie); in fscache_begin_write_operation()