Lines Matching defs:end_io_func
305 fscache_rw_complete_t end_io_func,
325 op->end_io_func = end_io_func;
427 * 0 - dispatched a read - it'll call end_io_func() when finished
431 fscache_rw_complete_t end_io_func,
459 end_io_func, context);
552 * end_io_func() will be called for each page read from the cache as it is
562 fscache_rw_complete_t end_io_func,
590 op = fscache_alloc_retrieval(cookie, mapping, end_io_func, context);
936 * 0 - dispatched a write - it'll call end_io_func() when finished