Home
last modified time | relevance | path

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

/linux-6.6.21/fs/cachefiles/
Dio.c26 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 …]
Dinternal.h242 netfs_io_terminated_t term_func,
/linux-6.6.21/fs/fscache/
Dio.c207 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/
Dfscache.h511 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()
Dnetfs.h244 netfs_io_terminated_t term_func,
251 netfs_io_terminated_t term_func,
/linux-6.6.21/Documentation/filesystems/caching/
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.6.21/Documentation/filesystems/
Dnetfs_library.rst497 netfs_io_terminated_t term_func,
507 netfs_io_terminated_t term_func,