Searched refs:curr_folioq_slot (Results 1 – 5 of 5) sorted by relevance
19 subreq->curr_folioq_slot = io_iter->folioq_slot; in netfs_reissue_read()20 subreq->curr_folio_order = subreq->curr_folioq->orders[subreq->curr_folioq_slot]; in netfs_reissue_read()
96 int slot = subreq->curr_folioq_slot; in netfs_consume_read_data()224 subreq->curr_folioq_slot = slot; in netfs_consume_read_data()
168 subreq->curr_folioq_slot = subreq->io_iter.folioq_slot; in netfs_prepare_read_iterator()169 subreq->curr_folio_order = subreq->curr_folioq->orders[subreq->curr_folioq_slot]; in netfs_prepare_read_iterator()
190 unsigned char curr_folioq_slot; /* Folio currently being read */ member
708 __entry->slot = subreq->curr_folioq_slot;