Home
last modified time | relevance | path

Searched refs:folioq_count (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dfolio_queue.h84 static inline unsigned int folioq_count(struct folio_queue *folioq) in folioq_count() function
99 return folioq_count(folioq) >= folioq_nr_slots(folioq); in folioq_full()
/linux/fs/netfs/
H A Drolling_buffer.c210 for (int slot = 0; slot < folioq_count(p); slot++) { in rolling_buffer_clear()
H A Dmisc.c86 for (int slot = 0; slot < folioq_count(fq); slot++) { in netfs_free_folioq_buffer()
H A Dread_retry.c304 for (int slot = 0; slot < folioq_count(p); slot++) { in netfs_unlock_abandoned_read_pages()
H A Dwrite_issue.c895 for (int slot = 0; slot < folioq_count(fq); slot++) { in netfs_writeback_single()
/linux/fs/afs/
H A Ddir_search.c94 for (; slot < folioq_count(fq); slot++) { in afs_dir_find_block()
H A Ddir_edit.c137 for (int s = iter->fq_slot; s < folioq_count(fq); s++) { in afs_dir_get_block()
/linux/Documentation/core-api/
H A Dfolio_queue.rst128 unsigned int folioq_count(struct folio_queue *folioq);
/linux/fs/smb/client/
H A Dsmb2ops.c4371 for (int s = 0; s < folioq_count(folioq); s++) in cifs_clear_folioq_buffer()
4425 for (int s = 0; s < folioq_count(buffer); s++) { in cifs_copy_iter_to_folioq()
4580 for (int s = 0; s < folioq_count(folioq); s++) { in cifs_copy_folioq_to_iter()