Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dread_pgpriv2.c175 unsigned int slot = creq->buffer.first_tail_slot; in netfs_pgpriv2_unlock_copied_folios()
230 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.c105 unsigned int slot = rreq->buffer.first_tail_slot; in netfs_read_unlock_folios()
174 rreq->buffer.first_tail_slot = slot; in netfs_read_unlock_folios()
/linux/include/linux/
H A Drolling_buffer.h29 u8 first_tail_slot; /* First slot in ->tail */ member