Searched refs:term_func (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/cachefiles/ |
A D | io.c | 26 netfs_io_terminated_t term_func; member 56 if (ki->term_func) { in cachefiles_read_complete() 145 ki->term_func = term_func; in cachefiles_read() 149 if (ki->term_func) in cachefiles_read() 188 if (term_func) in cachefiles_read() 272 if (ki->term_func) in cachefiles_write_complete() 303 if (term_func) in __cachefiles_write() 316 ki->term_func = term_func; in __cachefiles_write() 321 if (ki->term_func) in __cachefiles_write() 377 if (term_func) in cachefiles_write() [all …]
|
A D | internal.h | 242 netfs_io_terminated_t term_func,
|
/linux-6.3-rc2/fs/fscache/ |
A 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.3-rc2/include/linux/ |
A 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()
|
A D | netfs.h | 244 netfs_io_terminated_t term_func, 251 netfs_io_terminated_t term_func,
|
/linux-6.3-rc2/Documentation/filesystems/caching/ |
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-6.3-rc2/Documentation/filesystems/ |
A D | netfs_library.rst | 497 netfs_io_terminated_t term_func, 507 netfs_io_terminated_t term_func,
|
Completed in 29 milliseconds