Searched refs:was_async (Results  1 – 12 of 12) sorted by relevance
| /Linux-v6.6/fs/netfs/ | 
| D | objects.c | 60 void netfs_clear_subrequests(struct netfs_io_request *rreq, bool was_async)  in netfs_clear_subrequests()  argument68 		netfs_put_subrequest(subreq, was_async,  in netfs_clear_subrequests()
 88 void netfs_put_request(struct netfs_io_request *rreq, bool was_async,  in netfs_put_request()  argument
 98 		if (was_async) {  in netfs_put_request()
 138 				  bool was_async)  in netfs_free_subrequest()  argument
 145 	netfs_put_request(rreq, was_async, netfs_rreq_trace_put_subreq);  in netfs_free_subrequest()
 148 void netfs_put_subrequest(struct netfs_io_subrequest *subreq, bool was_async,  in netfs_put_subrequest()  argument
 159 		netfs_free_subrequest(subreq, was_async);  in netfs_put_subrequest()
 
 | 
| D | io.c | 33 					bool was_async)  in netfs_cache_read_terminated()  argument37 	netfs_subreq_terminated(subreq, transferred_or_error, was_async);  in netfs_cache_read_terminated()
 97 static void netfs_rreq_completed(struct netfs_io_request *rreq, bool was_async)  in netfs_rreq_completed()  argument
 100 	netfs_clear_subrequests(rreq, was_async);  in netfs_rreq_completed()
 101 	netfs_put_request(rreq, was_async, netfs_rreq_trace_put_complete);  in netfs_rreq_completed()
 111 					  bool was_async)  in netfs_rreq_unmark_after_write()  argument
 139 	netfs_rreq_completed(rreq, was_async);  in netfs_rreq_unmark_after_write()
 143 				       bool was_async)  in netfs_rreq_copy_terminated()  argument
 160 		netfs_rreq_unmark_after_write(rreq, was_async);  in netfs_rreq_copy_terminated()
 162 	netfs_put_subrequest(subreq, was_async, netfs_sreq_trace_put_terminated);  in netfs_rreq_copy_terminated()
 [all …]
 
 | 
| D | internal.h | 41 void netfs_clear_subrequests(struct netfs_io_request *rreq, bool was_async);42 void netfs_put_request(struct netfs_io_request *rreq, bool was_async,
 
 | 
| /Linux-v6.6/fs/cachefiles/ | 
| D | io.c | 28 	bool			was_async;  member64 		ki->term_func(ki->term_func_priv, ret, ki->was_async);  in cachefiles_read_complete()
 147 	ki->was_async		= true;  in cachefiles_read()
 175 		ki->was_async = false;  in cachefiles_read()
 271 		ki->term_func(ki->term_func_priv, ret, ki->was_async);  in cachefiles_write_complete()
 315 	ki->was_async		= true;  in __cachefiles_write()
 347 		ki->was_async = false;  in __cachefiles_write()
 
 | 
| /Linux-v6.6/include/linux/ | 
| D | netfs.h | 120 				      bool was_async);298 			  bool was_async, enum netfs_sreq_ref_trace what);
 
 | 
| /Linux-v6.6/fs/fscache/ | 
| D | io.c | 234 			      bool was_async)  in fscache_wreq_done()  argument243 				was_async);  in fscache_wreq_done()
 
 | 
| /Linux-v6.6/fs/9p/ | 
| D | vfs_addr.c | 138 				     bool was_async)  in v9fs_write_to_cache_done()  argument
 | 
| /Linux-v6.6/fs/erofs/ | 
| D | fscache.c | 97 		ssize_t transferred_or_error, bool was_async)  in erofs_fscache_subreq_complete()  argument
 | 
| /Linux-v6.6/Documentation/filesystems/ | 
| D | netfs_library.rst | 170 				 bool was_async);519 					      bool was_async);
 
 | 
| /Linux-v6.6/fs/afs/ | 
| D | write.c | 1035 				    bool was_async)  in afs_write_to_cache_done()  argument
 | 
| /Linux-v6.6/Documentation/filesystems/caching/ | 
| D | netfs-api.rst | 275 				      bool was_async);
 | 
| /Linux-v6.6/fs/ceph/ | 
| D | addr.c | 522 static void ceph_fscache_write_terminated(void *priv, ssize_t error, bool was_async)  in ceph_fscache_write_terminated()  argument
 |