Searched refs:term_func (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/cachefiles/ |
D | io.c | 26 netfs_io_terminated_t term_func; member 56 if (ki->term_func) { in cachefiles_read_complete() 64 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete() 77 netfs_io_terminated_t term_func, in cachefiles_read() argument 145 ki->term_func = term_func; in cachefiles_read() 149 if (ki->term_func) in cachefiles_read() 188 if (term_func) in cachefiles_read() 189 term_func(term_func_priv, ret < 0 ? ret : skipped, false); in cachefiles_read() 270 if (ki->term_func) in cachefiles_write_complete() 271 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() [all …]
|
D | internal.h | 242 netfs_io_terminated_t term_func,
|
/linux-6.6.21/fs/fscache/ |
D | io.c | 207 netfs_io_terminated_t term_func; member 241 if (wreq->term_func) in fscache_wreq_done() 242 wreq->term_func(wreq->term_func_priv, transferred_or_error, in fscache_wreq_done() 251 netfs_io_terminated_t term_func, in __fscache_write_to_cache() argument 272 wreq->term_func = term_func; in __fscache_write_to_cache() 299 if (term_func) in __fscache_write_to_cache() 300 term_func(term_func_priv, ret, false); in __fscache_write_to_cache()
|
/linux-6.6.21/include/linux/ |
D | fscache.h | 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() 620 netfs_io_terminated_t term_func, in fscache_write_to_cache() argument 626 term_func, term_func_priv, caching); in fscache_write_to_cache() 627 else if (term_func) in fscache_write_to_cache() 628 term_func(term_func_priv, -ENOBUFS, false); in fscache_write_to_cache()
|
D | netfs.h | 244 netfs_io_terminated_t term_func, 251 netfs_io_terminated_t term_func,
|
/linux-6.6.21/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.6.21/Documentation/filesystems/ |
D | netfs_library.rst | 497 netfs_io_terminated_t term_func, 507 netfs_io_terminated_t term_func,
|