Home
last modified time | relevance | path

Searched refs:term_func (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/cachefiles/
H A Dio.c28 netfs_io_terminated_t term_func; member
58 if (ki->term_func) { in cachefiles_read_complete()
147 ki->term_func = term_func; in cachefiles_read()
151 if (ki->term_func) in cachefiles_read()
190 if (term_func) in cachefiles_read()
273 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()
368 if (term_func) in cachefiles_write()
[all …]
H A Dinternal.h261 netfs_io_terminated_t term_func,
/linux-6.15/fs/netfs/
H A Dfscache_io.c169 netfs_io_terminated_t term_func; member
204 if (wreq->term_func) in fscache_wreq_done()
205 wreq->term_func(wreq->term_func_priv, transferred_or_error, in fscache_wreq_done()
214 netfs_io_terminated_t term_func, in __fscache_write_to_cache() argument
236 wreq->term_func = term_func; in __fscache_write_to_cache()
264 if (term_func) in __fscache_write_to_cache()
265 term_func(term_func_priv, ret, false); in __fscache_write_to_cache()
/linux-6.15/include/linux/
H A Dfscache.h178 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()
H A Dnetfs.h340 netfs_io_terminated_t term_func,
347 netfs_io_terminated_t term_func,
/linux-6.15/Documentation/filesystems/caching/
H A Dnetfs-api.rst248 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.15/Documentation/filesystems/
H A Dnetfs_library.rst482 netfs_io_terminated_t term_func,
492 netfs_io_terminated_t term_func,