Searched refs:term_func (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/cachefiles/ |
| H A D | io.c | 28 netfs_io_terminated_t term_func; member 58 if (ki->term_func) { in cachefiles_read_complete() 66 ki->term_func(ki->term_func_priv, ret); in cachefiles_read_complete() 79 netfs_io_terminated_t term_func, in cachefiles_read() argument 147 ki->term_func = term_func; in cachefiles_read() 151 if (ki->term_func) in cachefiles_read() 190 if (term_func) in cachefiles_read() 191 term_func(term_func_priv, ret < 0 ? ret : skipped); in cachefiles_read() 273 if (ki->term_func) in cachefiles_write_complete() 274 ki->term_func(ki->term_func_priv, ret); in cachefiles_write_complete() [all …]
|
| H A D | internal.h | 260 netfs_io_terminated_t term_func,
|
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 169 netfs_io_terminated_t term_func; member 203 if (wreq->term_func) in fscache_wreq_done() 204 wreq->term_func(wreq->term_func_priv, transferred_or_error); in fscache_wreq_done() 212 netfs_io_terminated_t term_func, in __fscache_write_to_cache() argument 234 wreq->term_func = term_func; in __fscache_write_to_cache() 262 if (term_func) in __fscache_write_to_cache() 263 term_func(term_func_priv, ret); in __fscache_write_to_cache()
|
| /linux/include/linux/ |
| H A D | fscache.h | 178 netfs_io_terminated_t term_func, 508 netfs_io_terminated_t term_func, in fscache_read() argument 513 term_func, term_func_priv); in fscache_read() 566 netfs_io_terminated_t term_func, in fscache_write() argument 570 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write() 619 netfs_io_terminated_t term_func, in fscache_write_to_cache() argument 625 term_func, term_func_priv, in fscache_write_to_cache() 627 else if (term_func) in fscache_write_to_cache() 628 term_func(term_func_priv, -ENOBUFS); in fscache_write_to_cache()
|
| H A D | netfs.h | 335 netfs_io_terminated_t term_func, 342 netfs_io_terminated_t term_func,
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 248 netfs_io_terminated_t term_func, 253 netfs_io_terminated_t term_func, 400 netfs_io_terminated_t term_func, 420 and term_func indicates an optional completion function, to which 424 the pages upon completion before calling term_func.
|
| /linux/Documentation/filesystems/ |
| H A D | netfs_library.rst | 962 netfs_io_terminated_t term_func,
|