Home
last modified time | relevance | path

Searched refs:output (Results 1 – 21 of 21) sorted by relevance

/fs/squashfs/
Dlzo_wrapper.c38 void *output; member
51 stream->output = vmalloc(block_size); in lzo_init()
52 if (stream->output == NULL) in lzo_init()
72 vfree(stream->output); in lzo_free()
80 struct squashfs_page_actor *output) in lzo_uncompress() argument
83 size_t out_len = output->length; in lzo_uncompress()
89 stream->output, &out_len); in lzo_uncompress()
92 squashfs_buf_to_actor(stream->output, output, out_len); in lzo_uncompress()
Dlz4_wrapper.c30 void *output; member
65 stream->output = vmalloc(block_size); in lz4_init()
66 if (stream->output == NULL) in lz4_init()
87 vfree(stream->output); in lz4_free()
95 struct squashfs_page_actor *output) in lz4_uncompress() argument
98 size_t dest_len = output->length; in lz4_uncompress()
104 stream->output, &dest_len); in lz4_uncompress()
107 squashfs_buf_to_actor(stream->output, output, dest_len); in lz4_uncompress()
Dblock.c53 struct squashfs_page_actor *output; member
96 squashfs_page_actor_free(req->output, error); in free_read_request()
108 struct squashfs_page_actor *actor = req->output; in squashfs_process_blocks()
156 squashfs_bh_to_actor(bh, nr_buffers, req->output, req->offset, in squashfs_process_blocks()
216 if (start_idx >= req->output->pages) in bh_is_optional()
220 if (end_idx >= req->output->pages) in bh_is_optional()
222 return !req->output->page[start_idx] && !req->output->page[end_idx]; in bh_is_optional()
376 req->output->length); in read_metadata_block()
407 req->output->length); in read_data_block()
429 u64 *next_index, struct squashfs_page_actor *output, bool sync) in __squashfs_read_data() argument
[all …]
Dzlib_wrapper.c67 struct squashfs_page_actor *output) in zlib_uncompress() argument
74 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
87 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
104 squashfs_finish_page(output); in zlib_uncompress()
116 squashfs_finish_page(output); in zlib_uncompress()
Dxz_wrapper.c134 struct squashfs_page_actor *output) in squashfs_xz_uncompress() argument
146 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
159 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
180 squashfs_finish_page(output); in squashfs_xz_uncompress()
Ddecompressor_single.c65 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress() argument
72 offset, length, output); in squashfs_decompress()
Ddecompressor_multi_percpu.c78 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress() argument
84 offset, length, output); in squashfs_decompress()
Ddecompressor_multi.c186 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress() argument
192 bh, b, offset, length, output); in squashfs_decompress()
/fs/jbd/
DKconfig22 enable debugging output while the system is running, in order to
24 debugging output will be turned off.
29 output is generated. To turn debugging off again, do
/fs/jbd2/
DKconfig27 allows you to enable debugging output while the system is running,
29 By default, the debugging output will be turned off.
34 output is generated. To turn debugging off again, do
/fs/nfs/
Dnfs3acl.c19 # define output(s) do { \ in nfs3_listxattr() macro
31 output("system.posix_acl_access"); in nfs3_listxattr()
40 output("system.posix_acl_default"); in nfs3_listxattr()
45 # undef output in nfs3_listxattr()
/fs/nls/
DKconfig285 input/output character sets. Say Y here for ISO8859-8, the Hebrew
294 input/output character sets. Say Y here for the Windows CP-1250
324 input/output character sets. Say Y here for the Latin 1 character
336 input/output character sets. Say Y here for the Latin 2 character
347 input/output character sets. Say Y here for the Latin 3 character
357 input/output character sets. Say Y here for the Latin 4 character
367 input/output character sets. Say Y here for ISO8859-5, a Cyrillic
378 input/output character sets. Say Y here for ISO8859-6, the Arabic
387 input/output character sets. Say Y here for ISO8859-7, the Modern
396 input/output character sets. Say Y here for the Latin 5 character
[all …]
/fs/dlm/
DKconfig15 appear as a file in the "dlm" directory. The output is the
/fs/qnx6/
DKconfig22 Turns on extended debugging output.
/fs/befs/
DKconfig26 debugging output from the driver.
/fs/cachefiles/
DKconfig18 caching on files module. If this is set, the debugging output may be
/fs/fscache/
DKconfig51 management module. If this is set, the debugging output may be
/fs/fat/
DKconfig91 Set this to the default input/output character set you'd
/fs/ncpfs/
DKconfig92 translation between the server file system and input/output. This
/fs/cramfs/
DREADME57 <block>: The i'th <block> is the output of zlib's compress function
/fs/cifs/
DCHANGES353 search (readdir) output when resume filename was a long filename.