Home
last modified time | relevance | path

Searched refs:copy_to_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/netfs/
H A Dread_pgpriv2.c115 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()
H A Dread_collect.c454 if (unlikely(rreq->copy_to_cache)) in netfs_read_collection()
/linux-6.15/include/linux/
H A Dnetfs.h233 struct netfs_io_request *copy_to_cache; /* Request to write just-read data to the cache */ member