Searched refs:NETFS_SREQ_COPY_TO_CACHE (Results 1 – 4 of 4) sorted by relevance
56 if (test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) { in netfs_unlock_read_folio()67 if (test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) in netfs_unlock_read_folio()
404 __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()
194 #define NETFS_SREQ_COPY_TO_CACHE 0 /* Set if should copy the data to the cache */ macro
277 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in ceph_netfs_issue_op_inline()
Completed in 11 milliseconds