Home
last modified time | relevance | path

Searched refs:first_tail_slot (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/netfs/
H A Dread_pgpriv2.c170 unsigned int slot = creq->buffer.first_tail_slot; in netfs_pgpriv2_unlock_copied_folios()
225 creq->buffer.first_tail_slot = slot; in netfs_pgpriv2_unlock_copied_folios()
H A Dwrite_collect.c116 unsigned int slot = wreq->buffer.first_tail_slot; in netfs_writeback_unlock_folios()
185 wreq->buffer.first_tail_slot = slot; in netfs_writeback_unlock_folios()
H A Dread_collect.c107 unsigned int slot = rreq->buffer.first_tail_slot; in netfs_read_unlock_folios()
176 rreq->buffer.first_tail_slot = slot; in netfs_read_unlock_folios()
/linux-6.15/include/linux/
H A Drolling_buffer.h29 u8 first_tail_slot; /* First slot in ->tail */ member