Searched refs:term_func_priv (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | fscache.h | 179 void *term_func_priv, 509 void *term_func_priv) in fscache_read() argument 513 term_func, term_func_priv); in fscache_read() 567 void *term_func_priv) in fscache_write() argument 570 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write() 620 void *term_func_priv, in fscache_write_to_cache() argument 625 term_func, term_func_priv, in fscache_write_to_cache() 628 term_func(term_func_priv, -ENOBUFS); in fscache_write_to_cache()
|
| H A D | netfs.h | 336 void *term_func_priv); 343 void *term_func_priv);
|
| /linux/fs/cachefiles/ |
| H A D | io.c | 29 void *term_func_priv; member 66 ki->term_func(ki->term_func_priv, ret); in cachefiles_read_complete() 80 void *term_func_priv) in cachefiles_read() argument 148 ki->term_func_priv = term_func_priv; in cachefiles_read() 191 term_func(term_func_priv, ret < 0 ? ret : skipped); in cachefiles_read() 274 ki->term_func(ki->term_func_priv, ret); in cachefiles_write_complete() 286 void *term_func_priv) in __cachefiles_write() argument 304 term_func(term_func_priv, -ENOMEM); in __cachefiles_write() 317 ki->term_func_priv = term_func_priv; in __cachefiles_write() 363 void *term_func_priv) in cachefiles_write() argument [all …]
|
| H A D | internal.h | 261 void *term_func_priv);
|
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 170 void *term_func_priv; member 204 wreq->term_func(wreq->term_func_priv, transferred_or_error); in fscache_wreq_done() 213 void *term_func_priv, in __fscache_write_to_cache() argument 235 wreq->term_func_priv = term_func_priv; in __fscache_write_to_cache() 263 term_func(term_func_priv, ret); in __fscache_write_to_cache()
|
| /linux/Documentation/filesystems/caching/ |
| H 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/ |
| H A D | netfs_library.rst | 963 void *term_func_priv);
|