Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cachefiles/
Dio.c24 netfs_io_terminated_t term_func; member
46 if (ki->term_func) { in cachefiles_read_complete()
49 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete()
62 netfs_io_terminated_t term_func, in cachefiles_read() argument
115 ki->term_func = term_func; in cachefiles_read()
119 if (ki->term_func) in cachefiles_read()
154 if (term_func) in cachefiles_read()
155 term_func(term_func_priv, ret < 0 ? ret : skipped, false); in cachefiles_read()
173 if (ki->term_func) in cachefiles_write_complete()
174 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete()
[all …]
/Linux-v5.15/include/linux/
Dnetfs.h190 netfs_io_terminated_t term_func,
197 netfs_io_terminated_t term_func,
/Linux-v5.15/Documentation/filesystems/
Dnetfs_library.rst452 netfs_io_terminated_t term_func,
458 netfs_io_terminated_t term_func,