Home
last modified time | relevance | path

Searched refs:was_async (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/fs/netfs/
H A Dobjects.c92 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 Dinternal.h26 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 Dwrite_collect.c450 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 Dfscache_io.c196 bool was_async) in fscache_wreq_done() argument
206 was_async); in fscache_wreq_done()
H A Dread_collect.c601 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 Dio.c30 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 Dnetfs.h55 bool was_async);
442 bool was_async, enum netfs_sreq_ref_trace what);
450 bool was_async);
/linux-6.15/fs/erofs/
H A Dfscache.c106 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 Dnetfs_library.rst170 bool was_async);
504 bool was_async);
/linux-6.15/fs/smb/client/
H A Dcifsproto.h155 bool was_async);
H A Dfile.c2427 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 Dnetfs-api.rst275 bool was_async);
/linux-6.15/fs/ceph/
H A Daddr.c542 static void ceph_fscache_write_terminated(void *priv, ssize_t error, bool was_async) in ceph_fscache_write_terminated() argument