Home
last modified time | relevance | path

Searched refs:term_func_priv (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dio.c27 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()
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()
271 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete()
283 void *term_func_priv) in __cachefiles_write()
301 term_func(term_func_priv, -ENOMEM, false); in __cachefiles_write()
314 ki->term_func_priv in __cachefiles_write()
73 cachefiles_read(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, enum netfs_read_from_hole read_hole, netfs_io_terminated_t term_func, void *term_func_priv) cachefiles_read() argument
278 __cachefiles_write(struct cachefiles_object *object, struct file *file, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) __cachefiles_write() argument
360 cachefiles_write(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) cachefiles_write() argument
[all...]
H A Dinternal.h243 void *term_func_priv);
/kernel/linux/linux-6.6/include/linux/
H A Dfscache.h482 * @term_func_priv: The private data for @term_func
493 * with @term_func_priv plus the amount of data written, if successful, or the
512 void *term_func_priv) in fscache_read()
516 term_func, term_func_priv); in fscache_read()
552 * @term_func_priv: The private data for @term_func
562 * with @term_func_priv plus the amount of data written, if successful, or the
570 void *term_func_priv) in fscache_write()
573 return ops->write(cres, start_pos, iter, term_func, term_func_priv); in fscache_write()
602 * @term_func_priv: The private data for @term_func
614 * @term_func_priv
507 fscache_read(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, enum netfs_read_from_hole read_hole, netfs_io_terminated_t term_func, void *term_func_priv) fscache_read() argument
566 fscache_write(struct netfs_cache_resources *cres, loff_t start_pos, struct iov_iter *iter, netfs_io_terminated_t term_func, void *term_func_priv) fscache_write() argument
617 fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool caching) fscache_write_to_cache() argument
[all...]
H A Dnetfs.h245 void *term_func_priv);
252 void *term_func_priv);
/kernel/linux/linux-6.6/fs/fscache/
H A Dio.c208 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()
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()
248 __fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool cond) __fscache_write_to_cache() argument

Completed in 4 milliseconds