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

/linux-master/fs/netfs/
H A Dbuffered_read.c31 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags);
66 if (!folio_started && test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) {
H A Dio.c182 if (!test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags)) {
501 if (test_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags))
/linux-master/fs/cachefiles/
H A Dio.c403 __set_bit(NETFS_SREQ_COPY_TO_CACHE, _flags);
475 __set_bit(NETFS_SREQ_COPY_TO_CACHE, _flags);
/linux-master/include/linux/
H A Dnetfs.h221 #define NETFS_SREQ_COPY_TO_CACHE 0 /* Set if should copy the data to the cache */ macro
/linux-master/fs/ceph/
H A Daddr.c286 __clear_bit(NETFS_SREQ_COPY_TO_CACHE, &subreq->flags);

Completed in 140 milliseconds