Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_io.c169 netfs_io_terminated_t term_func; member
203 if (wreq->term_func) in fscache_wreq_done()
204 wreq->term_func(wreq->term_func_priv, transferred_or_error); in fscache_wreq_done()
212 netfs_io_terminated_t term_func, in __fscache_write_to_cache() argument
234 wreq->term_func = term_func; in __fscache_write_to_cache()
262 if (term_func) in __fscache_write_to_cache()
263 term_func(term_func_priv, ret); in __fscache_write_to_cache()
/linux/include/linux/
H A Dnetfs.h335 netfs_io_terminated_t term_func,
342 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.