Searched refs:copy_to_cache (Results 1 – 3 of 3) sorted by relevance
117 rreq->copy_to_cache = creq; in netfs_pgpriv2_begin_copy_to_cache()123 rreq->copy_to_cache = ERR_PTR(-ENOBUFS); in netfs_pgpriv2_begin_copy_to_cache()134 struct netfs_io_request *creq = rreq->copy_to_cache; in netfs_pgpriv2_copy_to_cache()151 struct netfs_io_request *creq = rreq->copy_to_cache; in netfs_pgpriv2_end_copy_to_cache()164 creq->copy_to_cache = NULL; in netfs_pgpriv2_end_copy_to_cache()
446 if (unlikely(rreq->copy_to_cache)) in netfs_read_collection()
232 struct netfs_io_request *copy_to_cache; /* Request to write just-read data to the cache */ member