Searched refs:subrequests (Results 1 – 3 of 3) sorted by relevance
/linux/fs/netfs/ |
A D | read_helper.c | 54 INIT_LIST_HEAD(&rreq->subrequests); in netfs_alloc_read_request() 75 while (!list_empty(&rreq->subrequests)) { in netfs_rreq_clear_subreqs() 76 subreq = list_first_entry(&rreq->subrequests, in netfs_rreq_clear_subreqs() 247 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_unmark_after_write() 314 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_do_write_to_cache() 381 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_unlock() 392 subreq = list_first_entry(&rreq->subrequests, in netfs_rreq_unlock() 418 if (!list_is_last(&subreq->rreq_link, &rreq->subrequests)) { in netfs_rreq_unlock() 487 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_perform_resubmissions() 522 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_is_still_valid() [all …]
|
/linux/include/linux/ |
A D | netfs.h | 159 struct list_head subrequests; /* Requests to fetch I/O from disk or net */ member
|
/linux/Documentation/filesystems/ |
A D | netfs_library.rst | 364 * Loop around slicing chunks off of the request to form subrequests: 379 * When all the subrequests have terminated, the subrequests are assessed and
|
Completed in 7 milliseconds