Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dobjects.c52 INIT_LIST_HEAD(&rreq->io_streams[0].subrequests); in netfs_alloc_request()
53 INIT_LIST_HEAD(&rreq->io_streams[1].subrequests); in netfs_alloc_request()
102 while (!list_empty(&stream->subrequests)) { in netfs_clear_subrequests()
103 subreq = list_first_entry(&stream->subrequests, in netfs_clear_subrequests()
H A Dmisc.c344 if (list_is_first(&subreq->rreq_link, &stream->subrequests) || in netfs_subreq_clear_in_progress()
358 list_for_each_entry(subreq, &stream->subrequests, rreq_link) { in netfs_wait_for_in_progress_stream()
399 subreq = list_first_entry_or_null(&stream->subrequests, in netfs_collect_in_app()
H A Ddirect_read.c72 list_add_tail(&subreq->rreq_link, &stream->subrequests); in netfs_dispatch_unbuffered_reads()
73 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_dispatch_unbuffered_reads()
H A Dread_collect.c302 front = list_first_entry_or_null(&stream->subrequests, in netfs_collect_read_results()
417 if (!list_empty(&stream->subrequests)) in netfs_read_collection()
490 list_is_first(&subreq->rreq_link, &stream->subrequests) in netfs_read_subreq_progress()
H A Dread_single.c108 list_add_tail(&subreq->rreq_link, &stream->subrequests); in netfs_single_dispatch_read()
H A Dread_pgpriv2.c160 if (list_empty_careful(&creq->io_streams[1].subrequests)) in netfs_pgpriv2_end_copy_to_cache()
H A Dbuffered_read.c172 list_add_tail(&subreq->rreq_link, &stream->subrequests); in netfs_queue_read()
173 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_queue_read()
/linux/fs/afs/
H A Dwrite.c196 list_first_entry(&stream->subrequests, in afs_retry_request()
/linux/include/linux/
H A Dnetfs.h142 struct list_head subrequests; /* Contributory I/O operations */ member