Searched refs:subrequests (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/netfs/ |
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() 307 list_for_each_entry_safe(subreq, p, &rreq->subrequests, rreq_link) { in netfs_rreq_do_write_to_cache() 314 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_do_write_to_cache() 316 while (!list_is_last(&subreq->rreq_link, &rreq->subrequests)) { in netfs_rreq_do_write_to_cache() 387 list_for_each_entry(subreq, &rreq->subrequests, rreq_link) { in netfs_rreq_unlock() 398 subreq = list_first_entry(&rreq->subrequests, in netfs_rreq_unlock() 424 if (!list_is_last(&subreq->rreq_link, &rreq->subrequests)) { in netfs_rreq_unlock() [all …]
|
/Linux-v5.15/include/linux/ |
D | netfs.h | 138 struct list_head subrequests; /* Requests to fetch I/O from disk or net */ member
|
/Linux-v5.15/Documentation/filesystems/ |
D | netfs_library.rst | 363 * Loop around slicing chunks off of the request to form subrequests: 378 * When all the subrequests have terminated, the subrequests are assessed and
|