Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dwrite_retry.c22 _enter("R=%x[%x:]", wreq->debug_id, stream->stream_nr); in netfs_retry_write_stream()
149 subreq->stream_nr = to->stream_nr; in netfs_retry_write_stream()
H A Dwrite_collect.c39 s->stream_nr, s->source, s->error, in netfs_dump_request()
42 s->stream_nr, s->collected_to, s->transferred); in netfs_dump_request()
45 sreq->stream_nr, sreq->debug_index, sreq->source, in netfs_dump_request()
H A Dwrite_issue.c116 wreq->io_streams[0].stream_nr = 0; in netfs_create_write_req()
123 wreq->io_streams[1].stream_nr = 1; in netfs_create_write_req()
175 subreq->stream_nr = stream->stream_nr; in netfs_prepare_write()
H A Dmisc.c338 struct netfs_io_stream *stream = &rreq->io_streams[subreq->stream_nr]; in netfs_subreq_clear_in_progress()
/linux/include/linux/
H A Dnetfs.h148 unsigned char stream_nr; /* Index of stream in parent table */ member
188 unsigned char stream_nr; /* I/O stream this belongs to */ member
/linux/include/trace/events/
H A Dnetfs.h635 __entry->stream = subreq->stream_nr;
720 __entry->stream = stream->stream_nr;
746 __entry->stream = stream->stream_nr;
/linux/fs/afs/
H A Dwrite.c92 struct netfs_io_stream *stream = &subreq->rreq->io_streams[subreq->stream_nr]; in afs_prepare_write()
/linux/fs/cachefiles/
H A Dio.c630 struct netfs_io_stream *stream = &wreq->io_streams[subreq->stream_nr]; in cachefiles_prepare_write_subreq()
651 struct netfs_io_stream *stream = &wreq->io_streams[subreq->stream_nr]; in cachefiles_issue_write()
/linux/fs/smb/client/
H A Dfile.c53 struct netfs_io_stream *stream = &req->rreq.io_streams[subreq->stream_nr]; in cifs_prepare_write()