Searched refs:was_async (Results 1 – 2 of 2) sorted by relevance
/fs/netfs/ |
D | read_helper.c | 34 bool was_async) in netfs_put_subrequest() argument 37 __netfs_put_subrequest(subreq, was_async); in netfs_put_subrequest() 71 bool was_async) in netfs_rreq_clear_subreqs() argument 79 netfs_put_subrequest(subreq, was_async); in netfs_rreq_clear_subreqs() 97 static void netfs_put_read_request(struct netfs_read_request *rreq, bool was_async) in netfs_put_read_request() argument 100 if (was_async) { in netfs_put_read_request() 136 bool was_async) in __netfs_put_subrequest() argument 143 netfs_put_read_request(rreq, was_async); in __netfs_put_subrequest() 160 bool was_async) in netfs_cache_read_terminated() argument 164 netfs_subreq_terminated(subreq, transferred_or_error, was_async); in netfs_cache_read_terminated() [all …]
|
/fs/cachefiles/ |
D | io.c | 26 bool was_async; member 49 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_read_complete() 117 ki->was_async = true; in cachefiles_read() 141 ki->was_async = false; in cachefiles_read() 174 ki->term_func(ki->term_func_priv, ret, ki->was_async); in cachefiles_write_complete() 213 ki->was_async = true; in cachefiles_write() 246 ki->was_async = false; in cachefiles_write()
|