Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dio.c27 netfs_io_terminated_t term_func; member
57 if (ki->term_func) { in cachefiles_read_complete()
146 ki->term_func = term_func; in cachefiles_read()
150 if (ki->term_func) in cachefiles_read()
189 if (term_func) in cachefiles_read()
272 if (ki->term_func) in cachefiles_write_complete()
302 if (term_func) in __cachefiles_write()
315 ki->term_func = term_func; in __cachefiles_write()
320 if (ki->term_func) in __cachefiles_write()
367 if (term_func) in cachefiles_write()
[all …]
H A Dinternal.h258 netfs_io_terminated_t term_func,
/linux/fs/netfs/
H A Dfscache_io.c170 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/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.h337 netfs_io_terminated_t term_func,
344 netfs_io_terminated_t term_func,
/linux/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/Documentation/filesystems/
H A Dnetfs_library.rst482 netfs_io_terminated_t term_func,
492 netfs_io_terminated_t term_func,