Searched refs:term_func_priv (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/cachefiles/ |
H A D | io.c | 27 void *term_func_priv; member 64 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete() 78 void *term_func_priv) in cachefiles_read() argument 146 ki->term_func_priv = term_func_priv; in cachefiles_read() 271 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() 283 void *term_func_priv) in __cachefiles_write() argument 301 term_func(term_func_priv, -ENOMEM, false); in __cachefiles_write() 314 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 …]
|
H A D | internal.h | 261 void *term_func_priv);
|
/openbmc/linux/include/linux/ |
H A D | fscache.h | 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() 621 void *term_func_priv, in fscache_write_to_cache() argument 626 term_func, term_func_priv, caching); in fscache_write_to_cache() 628 term_func(term_func_priv, -ENOBUFS, false); in fscache_write_to_cache()
|
H A D | netfs.h | 245 void *term_func_priv); 252 void *term_func_priv);
|
/openbmc/linux/fs/fscache/ |
H A D | io.c | 208 void *term_func_priv; member 242 wreq->term_func(wreq->term_func_priv, transferred_or_error, in fscache_wreq_done() 252 void *term_func_priv, in __fscache_write_to_cache() argument 273 wreq->term_func_priv = term_func_priv; in __fscache_write_to_cache() 300 term_func(term_func_priv, ret, false); in __fscache_write_to_cache()
|
/openbmc/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.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | netfs_library.rst | 498 void *term_func_priv); 508 void *term_func_priv);
|