Home
last modified time | relevance | path

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

/linux-6.1.9/fs/netfs/
Dbuffered_read.c30 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in netfs_rreq_unlock_folios()
63 if (test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) in netfs_rreq_unlock_folios()
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()
/linux-6.1.9/include/linux/
Dnetfs.h158 #define NETFS_SREQ_COPY_TO_CACHE 0 /* Set if should copy the data to the cache */ macro
/linux-6.1.9/fs/cachefiles/
Dio.c417 __set_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in cachefiles_prepare_read()
487 __set_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in cachefiles_prepare_read()
/linux-6.1.9/fs/ceph/
Daddr.c262 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags); in ceph_netfs_issue_op_inline()