Searched refs:term_func_priv (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/cachefiles/ |
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() 189 term_func(term_func_priv, ret < 0 ? ret : skipped, false); 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 304 term_func(term_func_priv, -ENOMEM, false); in __cachefiles_write() 317 ki->term_func_priv = term_func_priv; in __cachefiles_write() 374 void *term_func_priv) in cachefiles_write() argument [all …]
|
D | internal.h | 243 void *term_func_priv);
|
/Linux-v6.1/include/linux/ |
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()
|
D | netfs.h | 244 void *term_func_priv); 251 void *term_func_priv);
|
/Linux-v6.1/fs/fscache/ |
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()
|
/Linux-v6.1/Documentation/filesystems/caching/ |
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-v6.1/Documentation/filesystems/ |
D | netfs_library.rst | 498 void *term_func_priv); 508 void *term_func_priv);
|