Lines Matching refs:netfs_io_request
14 static struct netfs_io_request *erofs_fscache_alloc_request(struct address_space *mapping, in erofs_fscache_alloc_request()
17 struct netfs_io_request *rreq; in erofs_fscache_alloc_request()
19 rreq = kzalloc(sizeof(struct netfs_io_request), GFP_KERNEL); in erofs_fscache_alloc_request()
32 static void erofs_fscache_put_request(struct netfs_io_request *rreq) in erofs_fscache_put_request()
49 static void erofs_fscache_clear_subrequests(struct netfs_io_request *rreq) in erofs_fscache_clear_subrequests()
61 static void erofs_fscache_rreq_unlock_folios(struct netfs_io_request *rreq) in erofs_fscache_rreq_unlock_folios()
118 static void erofs_fscache_rreq_complete(struct netfs_io_request *rreq) in erofs_fscache_rreq_complete()
129 struct netfs_io_request *rreq = subreq->rreq; in erofc_fscache_subreq_complete()
146 struct netfs_io_request *rreq, loff_t pstart) in erofs_fscache_read_folios_async()
223 struct netfs_io_request *rreq; in erofs_fscache_meta_read_folio()
264 struct netfs_io_request *rreq; in erofs_fscache_data_read()