Searched refs:copy_to_cache (Results 1 – 3 of 3) sorted by relevance
115 rreq->copy_to_cache = creq; in netfs_pgpriv2_begin_copy_to_cache()121 rreq->copy_to_cache = ERR_PTR(-ENOBUFS); in netfs_pgpriv2_begin_copy_to_cache()132 struct netfs_io_request *creq = rreq->copy_to_cache; in netfs_pgpriv2_copy_to_cache()149 struct netfs_io_request *creq = rreq->copy_to_cache; in netfs_pgpriv2_end_copy_to_cache()159 creq->copy_to_cache = NULL; in netfs_pgpriv2_end_copy_to_cache()
454 if (unlikely(rreq->copy_to_cache)) in netfs_read_collection()
233 struct netfs_io_request *copy_to_cache; /* Request to write just-read data to the cache */ member