Searched refs:term_func_priv (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | fscache.h | 179 void *term_func_priv, 512 void *term_func_priv) in fscache_read() argument 516 term_func, term_func_priv); in fscache_read() 570 void *term_func_priv) in fscache_write() argument 573 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write() 623 void *term_func_priv, in fscache_write_to_cache() argument 628 term_func, term_func_priv, in fscache_write_to_cache() 631 term_func(term_func_priv, -ENOBUFS, false); in fscache_write_to_cache()
|
| A D | netfs.h | 343 void *term_func_priv); 350 void *term_func_priv);
|
| /linux/fs/netfs/ |
| A D | fscache_io.c | 171 void *term_func_priv; member 206 wreq->term_func(wreq->term_func_priv, transferred_or_error, in fscache_wreq_done() 216 void *term_func_priv, in __fscache_write_to_cache() argument 238 wreq->term_func_priv = term_func_priv; in __fscache_write_to_cache() 266 term_func(term_func_priv, ret, false); in __fscache_write_to_cache()
|
| /linux/fs/cachefiles/ |
| A D | io.c | 28 void *term_func_priv; member 65 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete() 79 void *term_func_priv) in cachefiles_read() argument 147 ki->term_func_priv = term_func_priv; in cachefiles_read() 273 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() 285 void *term_func_priv) in __cachefiles_write() argument 303 term_func(term_func_priv, -ENOMEM, false); in __cachefiles_write() 316 ki->term_func_priv = term_func_priv; in __cachefiles_write() 364 void *term_func_priv) in cachefiles_write() argument 368 term_func(term_func_priv, -ENOBUFS, false); in cachefiles_write() [all …]
|
| A D | internal.h | 261 void *term_func_priv);
|
| /linux/Documentation/filesystems/caching/ |
| A D | netfs-api.rst | 249 void *term_func_priv); 254 void *term_func_priv); 401 void *term_func_priv, 421 term_func_priv will be passed, along with the error or amount written.
|
| /linux/Documentation/filesystems/ |
| A D | netfs_library.rst | 483 void *term_func_priv); 493 void *term_func_priv);
|
Completed in 20 milliseconds