Searched refs:term_func (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/cachefiles/
H A Dio.c26 netfs_io_terminated_t term_func; member in struct:cachefiles_kiocb
56 if (ki->term_func) {
64 ki->term_func(ki->term_func_priv, ret, ki->was_async);
77 netfs_io_terminated_t term_func,
145 ki->term_func = term_func;
149 if (ki->term_func)
188 if (term_func)
189 term_func(term_func_priv, ret < 0 ? ret : skipped, false);
271 if (ki->term_func)
73 cachefiles_read(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, enum netfs_read_from_hole read_hole, netfs_io_terminated_t term_func, void *term_func_priv) argument
279 __cachefiles_write(struct cachefiles_object *object, struct file *file, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) argument
359 cachefiles_write(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) argument
[all...]
H A Dinternal.h255 netfs_io_terminated_t term_func,
/linux-master/fs/netfs/
H A Dfscache_io.c169 netfs_io_terminated_t term_func; member in struct:fscache_write_request
203 if (wreq->term_func)
204 wreq->term_func(wreq->term_func_priv, transferred_or_error,
213 netfs_io_terminated_t term_func,
234 wreq->term_func = term_func;
261 if (term_func)
262 term_func(term_func_priv, ret, false);
210 __fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool cond) argument
/linux-master/include/linux/
H A Dfscache.h478 * @term_func: The function to call upon completion
479 * @term_func_priv: The private data for @term_func
489 * Upon termination of the operation, @term_func will be called and supplied
508 netfs_io_terminated_t term_func,
513 term_func, term_func_priv);
548 * @term_func: The function to call upon completion
549 * @term_func_priv: The private data for @term_func
558 * Upon termination of the operation, @term_func will be called and supplied
566 netfs_io_terminated_t term_func,
570 return ops->write(cres, start_pos, iter, term_func, term_func_pri
504 fscache_read(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, enum netfs_read_from_hole read_hole, netfs_io_terminated_t term_func, void *term_func_priv) argument
563 fscache_write(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) argument
614 fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool caching) argument
[all...]
H A Dnetfs.h343 netfs_io_terminated_t term_func,
350 netfs_io_terminated_t term_func,

Completed in 105 milliseconds