Searched refs:term_func_priv (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H 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()
|
H A D | netfs.h | 341 void *term_func_priv); 348 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, ki->was_async); 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, false); in cachefiles_read() 274 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() 286 void *term_func_priv) in __cachefiles_write() argument 304 term_func(term_func_priv, -ENOMEM, false); in __cachefiles_write() 317 ki->term_func_priv = term_func_priv; in __cachefiles_write() 365 void *term_func_priv) in cachefiles_write() argument [all …]
|
H A D | internal.h | 262 void *term_func_priv);
|
/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 | 483 void *term_func_priv); 493 void *term_func_priv);
|