Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dread_retry.c19 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()
Dread_collect.c96 int slot = subreq->curr_folioq_slot; in netfs_consume_read_data()
224 subreq->curr_folioq_slot = slot; in netfs_consume_read_data()
Dbuffered_read.c168 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()
/linux-6.12.1/include/linux/
Dnetfs.h190 unsigned char curr_folioq_slot; /* Folio currently being read */ member
/linux-6.12.1/include/trace/events/
Dnetfs.h708 __entry->slot = subreq->curr_folioq_slot;