Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 30) sorted by relevance

12

/fs/squashfs/
Ddecompressor_multi.c47 void *stream; member
53 struct squashfs_stream *stream) in put_decomp_stream()
64 struct squashfs_stream *stream; in squashfs_decompressor_create() local
107 struct squashfs_stream *stream = msblk->stream; in squashfs_decompressor_destroy() local
127 struct squashfs_stream *stream) in get_decomp_stream()
187 struct squashfs_stream *stream = msblk->stream; in squashfs_decompress() local
Ddecompressor_single.c23 void *stream; member
30 struct squashfs_stream *stream; in squashfs_decompressor_create() local
54 struct squashfs_stream *stream = msblk->stream; in squashfs_decompressor_destroy() local
67 struct squashfs_stream *stream = msblk->stream; in squashfs_decompress() local
Ddecompressor_multi_percpu.c23 void *stream; member
30 struct squashfs_stream *stream; in squashfs_decompressor_create() local
65 struct squashfs_stream *stream; in squashfs_decompressor_destroy() local
80 struct squashfs_stream *stream; in squashfs_decompress() local
Dzlib_wrapper.c26 z_stream *stream = kmalloc(sizeof(z_stream), GFP_KERNEL); in zlib_init() local
44 z_stream *stream = strm; in zlib_free() local
59 z_stream *stream = strm; in zlib_uncompress() local
Dlzo_wrapper.c32 struct squashfs_lzo *stream = kzalloc(sizeof(*stream), GFP_KERNEL); in lzo_init() local
55 struct squashfs_lzo *stream = strm; in lzo_free() local
71 struct squashfs_lzo *stream = strm; in lzo_uncompress() local
Dlz4_wrapper.c55 struct squashfs_lz4 *stream; in lz4_init() local
81 struct squashfs_lz4 *stream = strm; in lz4_free() local
97 struct squashfs_lz4 *stream = strm; in lz4_uncompress() local
Dxz_wrapper.c84 struct squashfs_xz *stream; in squashfs_xz_init() local
110 struct squashfs_xz *stream = strm; in squashfs_xz_free() local
126 struct squashfs_xz *stream = strm; in squashfs_xz_uncompress() local
Ddecompressor.c131 void *stream, *comp_opts = get_comp_opts(sb, flags); in squashfs_decompressor_setup() local
Dzstd_wrapper.c66 zstd_dstream *stream; in zstd_uncompress() local
Dsquashfs_fs_sb.h57 void *stream; member
/fs/netfs/
Dwrite_issue.c152 struct netfs_io_stream *stream, in netfs_prepare_write()
222 static void netfs_do_issue_write(struct netfs_io_stream *stream, in netfs_do_issue_write()
236 void netfs_reissue_write(struct netfs_io_stream *stream, in netfs_reissue_write()
252 struct netfs_io_stream *stream) in netfs_issue_write()
270 struct netfs_io_stream *stream, in netfs_advance_write()
317 struct netfs_io_stream *stream; in netfs_write_folio() local
522 struct netfs_io_stream *stream = &wreq->io_streams[s]; in netfs_end_issue_write() local
Dwrite_collect.c155 struct netfs_io_stream *stream) in netfs_retry_write_stream()
336 struct netfs_io_stream *stream; in netfs_retry_writes() local
379 struct netfs_io_stream *stream; in netfs_collect_write_results() local
564 struct netfs_io_stream *stream = &wreq->io_streams[s]; in netfs_write_collection_worker() local
664 struct netfs_io_stream *stream = &wreq->io_streams[subreq->stream_nr]; in netfs_write_subrequest_terminated() local
Dobjects.c92 struct netfs_io_stream *stream; in netfs_clear_subrequests() local
/fs/hostfs/
Dhostfs_user.c111 void seek_dir(void *stream, unsigned long long pos) in seek_dir()
118 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir()
185 void close_file(void *stream) in close_file()
190 void close_dir(void *stream) in close_dir()
/fs/smb/server/
Dvfs_cache.h44 struct stream { struct
53 /* opinfo count for streams */ argument
98 struct stream stream; member
/fs/afs/
Dwrite.c92 struct netfs_io_stream *stream = &subreq->rreq->io_streams[subreq->stream_nr]; in afs_prepare_write() local
190 void afs_retry_request(struct netfs_io_request *wreq, struct netfs_io_stream *stream) in afs_retry_request()
/fs/cramfs/
Duncompress.c27 static z_stream stream; variable
/fs/btrfs/
Dzstd.c383 zstd_cstream *stream; in zstd_compress_folios() local
578 zstd_dstream *stream; in zstd_decompress_bio() local
665 zstd_dstream *stream; in zstd_decompress() local
/fs/erofs/
Ddecompressor_zstd.c152 zstd_dstream *stream; in z_erofs_zstd_decompress() local
/fs/nfs/filelayout/
Dfilelayoutdev.c74 struct xdr_stream stream; in nfs4_fl_alloc_deviceid_node() local
/fs/cachefiles/
Dio.c628 struct netfs_io_stream *stream = &wreq->io_streams[subreq->stream_nr]; in cachefiles_prepare_write_subreq() local
649 struct netfs_io_stream *stream = &wreq->io_streams[subreq->stream_nr]; in cachefiles_issue_write() local
/fs/isofs/
Dcompress.c50 z_stream stream = { .total_out = 0, in zisofs_uncompress_block() local
/fs/f2fs/
Dcompress.c332 zstd_cstream *stream; in zstd_init_compress_ctx() local
372 zstd_cstream *stream = cc->private2; in zstd_compress_pages() local
416 zstd_dstream *stream; in zstd_init_decompress_ctx() local
451 zstd_dstream *stream = dic->private2; in zstd_decompress_pages() local
/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c45 struct xdr_stream stream; in nfs4_ff_alloc_deviceid_node() local
/fs/exfat/
Dexfat_raw.h144 } __packed stream; /* stream extension directory entry */ member

12