Lines Matching refs:submitted
21 size_t submitted; /* Length of submitted */ member
49 if (!primary->submitted) { in erofs_fscache_req_chain()
55 primary->start + primary->submitted, len); in erofs_fscache_req_chain()
122 loff_t lstart = req->start + req->submitted; in erofs_fscache_read_folios_async()
126 DBG_BUGON(len > req->len - req->submitted); in erofs_fscache_read_folios_async()
196 loff_t pos = primary->start + primary->submitted; in erofs_fscache_data_read_slice()
227 primary->submitted += PAGE_SIZE; in erofs_fscache_data_read_slice()
231 count = primary->len - primary->submitted; in erofs_fscache_data_read_slice()
235 primary->submitted += count; in erofs_fscache_data_read_slice()
257 primary->submitted += count; in erofs_fscache_data_read_slice()
269 } while (!ret && req->submitted < req->len); in erofs_fscache_data_read()