Home
last modified time | relevance | path

Searched refs:NETFS_SREQ_COPY_TO_CACHE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/netfs/
H A Dbuffered_read.c30 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in netfs_rreq_unlock_folios()
65 if (!folio_started && test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) { in netfs_rreq_unlock_folios()
H A Dio.c184 if (!test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) { in netfs_rreq_do_write_to_cache()
437 if (test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) in netfs_subreq_terminated()
/openbmc/linux/include/linux/
H A Dnetfs.h159 #define NETFS_SREQ_COPY_TO_CACHE 0 /* Set if should copy the data to the cache */ macro
/openbmc/linux/fs/cachefiles/
H A Dio.c404 __set_bit(NETFS_SREQ_COPY_TO_CACHE, _flags); in cachefiles_do_prepare_read()
476 __set_bit(NETFS_SREQ_COPY_TO_CACHE, _flags); in cachefiles_do_prepare_read()
/openbmc/linux/fs/ceph/
H A Daddr.c305 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in ceph_netfs_issue_op_inline()