Home
last modified time | relevance | path

Searched refs:NETFS_SREQ_SHORT_IO (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/netfs/
Dio.c245 __clear_bit(NETFS_SREQ_SHORT_IO, &subreq->flags); in netfs_rreq_short_read()
288 } else if (test_bit(NETFS_SREQ_SHORT_IO, &subreq->flags)) { in netfs_rreq_perform_resubmissions()
466 __set_bit(NETFS_SREQ_SHORT_IO, &subreq->flags); in netfs_subreq_terminated()
/linux-5.19.10/include/linux/
Dnetfs.h160 #define NETFS_SREQ_SHORT_IO 2 /* Set if the I/O was short */ macro