| /linux-6.15/fs/netfs/ |
| H A D | objects.c | 92 void netfs_clear_subrequests(struct netfs_io_request *rreq, bool was_async) in netfs_clear_subrequests() argument 104 netfs_put_subrequest(subreq, was_async, in netfs_clear_subrequests() 148 void netfs_put_request(struct netfs_io_request *rreq, bool was_async, in netfs_put_request() argument 160 if (was_async) { in netfs_put_request() 210 bool was_async) in netfs_free_subrequest() argument 219 netfs_put_request(rreq, was_async, netfs_rreq_trace_put_subreq); in netfs_free_subrequest() 222 void netfs_put_subrequest(struct netfs_io_subrequest *subreq, bool was_async, in netfs_put_subrequest() argument 233 netfs_free_subrequest(subreq, was_async); in netfs_put_subrequest()
|
| H A D | internal.h | 26 void netfs_cache_read_terminated(void *priv, ssize_t transferred_or_error, bool was_async); 74 void netfs_clear_subrequests(struct netfs_io_request *rreq, bool was_async); 75 void netfs_put_request(struct netfs_io_request *rreq, bool was_async, 97 void netfs_cache_read_terminated(void *priv, ssize_t transferred_or_error, bool was_async); 180 void netfs_wake_write_collector(struct netfs_io_request *wreq, bool was_async);
|
| H A D | write_collect.c | 450 void netfs_wake_write_collector(struct netfs_io_request *wreq, bool was_async) in netfs_wake_write_collector() argument 455 netfs_put_request(wreq, was_async, netfs_rreq_trace_put_work_nq); in netfs_wake_write_collector() 483 bool was_async) in netfs_write_subrequest_terminated() argument 546 netfs_wake_write_collector(wreq, was_async); in netfs_write_subrequest_terminated() 548 netfs_put_subrequest(subreq, was_async, netfs_sreq_trace_put_terminated); in netfs_write_subrequest_terminated()
|
| H A D | fscache_io.c | 196 bool was_async) in fscache_wreq_done() argument 206 was_async); in fscache_wreq_done()
|
| H A D | read_collect.c | 601 void netfs_cache_read_terminated(void *priv, ssize_t transferred_or_error, bool was_async) in netfs_cache_read_terminated() argument
|
| /linux-6.15/fs/cachefiles/ |
| H A D | io.c | 30 bool was_async; member 66 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete() 149 ki->was_async = true; in cachefiles_read() 177 ki->was_async = false; in cachefiles_read() 264 if (ki->was_async) in cachefiles_write_complete() 274 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() 318 ki->was_async = true; in __cachefiles_write() 348 ki->was_async = false; in __cachefiles_write()
|
| /linux-6.15/include/linux/ |
| H A D | netfs.h | 55 bool was_async); 442 bool was_async, enum netfs_sreq_ref_trace what); 450 bool was_async);
|
| /linux-6.15/fs/erofs/ |
| H A D | fscache.c | 106 ssize_t transferred_or_error, bool was_async) in erofs_fscache_req_end_io() argument 184 ssize_t transferred_or_error, bool was_async) in erofs_fscache_bio_endio() argument
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | netfs_library.rst | 170 bool was_async); 504 bool was_async);
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsproto.h | 155 bool was_async);
|
| H A D | file.c | 2427 bool was_async) in cifs_write_subrequest_terminated() argument 2444 netfs_write_subrequest_terminated(&wdata->subreq, result, was_async); in cifs_write_subrequest_terminated()
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 275 bool was_async);
|
| /linux-6.15/fs/ceph/ |
| H A D | addr.c | 542 static void ceph_fscache_write_terminated(void *priv, ssize_t error, bool was_async) in ceph_fscache_write_terminated() argument
|