Searched refs:term_func (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/cachefiles/ |
D | io.c | 27 netfs_io_terminated_t term_func; member 57 if (ki->term_func) { in cachefiles_read_complete() 65 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete() 78 netfs_io_terminated_t term_func, in cachefiles_read() argument 146 ki->term_func = term_func; in cachefiles_read() 150 if (ki->term_func) in cachefiles_read() 189 if (term_func) in cachefiles_read() 190 term_func(term_func_priv, ret < 0 ? ret : skipped, false); in cachefiles_read() 272 if (ki->term_func) in cachefiles_write_complete() 273 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() [all …]
|
D | internal.h | 260 netfs_io_terminated_t term_func,
|
/linux-6.12.1/fs/netfs/ |
D | fscache_io.c | 170 netfs_io_terminated_t term_func; member 205 if (wreq->term_func) in fscache_wreq_done() 206 wreq->term_func(wreq->term_func_priv, transferred_or_error, in fscache_wreq_done() 215 netfs_io_terminated_t term_func, in __fscache_write_to_cache() argument 237 wreq->term_func = term_func; in __fscache_write_to_cache() 265 if (term_func) in __fscache_write_to_cache() 266 term_func(term_func_priv, ret, false); in __fscache_write_to_cache()
|
/linux-6.12.1/include/linux/ |
D | fscache.h | 178 netfs_io_terminated_t term_func, 511 netfs_io_terminated_t term_func, in fscache_read() argument 516 term_func, term_func_priv); in fscache_read() 569 netfs_io_terminated_t term_func, in fscache_write() argument 573 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write() 622 netfs_io_terminated_t term_func, in fscache_write_to_cache() argument 628 term_func, term_func_priv, in fscache_write_to_cache() 630 else if (term_func) in fscache_write_to_cache() 631 term_func(term_func_priv, -ENOBUFS, false); in fscache_write_to_cache()
|
D | netfs.h | 342 netfs_io_terminated_t term_func, 349 netfs_io_terminated_t term_func,
|
/linux-6.12.1/Documentation/filesystems/caching/ |
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-6.12.1/Documentation/filesystems/ |
D | netfs_library.rst | 482 netfs_io_terminated_t term_func, 492 netfs_io_terminated_t term_func,
|