Searched refs:stream_nr (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/netfs/ |
| H A D | write_retry.c | 22 _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 D | write_collect.c | 39 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 D | write_issue.c | 116 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 D | misc.c | 338 struct netfs_io_stream *stream = &rreq->io_streams[subreq->stream_nr]; in netfs_subreq_clear_in_progress()
|
| /linux/include/linux/ |
| H A D | netfs.h | 148 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 D | netfs.h | 635 __entry->stream = subreq->stream_nr; 720 __entry->stream = stream->stream_nr; 746 __entry->stream = stream->stream_nr;
|
| /linux/fs/afs/ |
| H A D | write.c | 92 struct netfs_io_stream *stream = &subreq->rreq->io_streams[subreq->stream_nr]; in afs_prepare_write()
|
| /linux/fs/cachefiles/ |
| H A D | io.c | 630 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 D | file.c | 53 struct netfs_io_stream *stream = &req->rreq.io_streams[subreq->stream_nr]; in cifs_prepare_write()
|