/fs/squashfs/ |
D | lzo_wrapper.c | 38 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()
|
D | lz4_wrapper.c | 30 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()
|
D | block.c | 53 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 …]
|
D | zlib_wrapper.c | 67 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()
|
D | xz_wrapper.c | 134 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()
|
D | decompressor_single.c | 65 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress() argument 72 offset, length, output); in squashfs_decompress()
|
D | decompressor_multi_percpu.c | 78 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress() argument 84 offset, length, output); in squashfs_decompress()
|
D | decompressor_multi.c | 186 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/ |
D | Kconfig | 22 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/ |
D | Kconfig | 27 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/ |
D | nfs3acl.c | 19 # 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/ |
D | Kconfig | 285 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/ |
D | Kconfig | 15 appear as a file in the "dlm" directory. The output is the
|
/fs/qnx6/ |
D | Kconfig | 22 Turns on extended debugging output.
|
/fs/befs/ |
D | Kconfig | 26 debugging output from the driver.
|
/fs/cachefiles/ |
D | Kconfig | 18 caching on files module. If this is set, the debugging output may be
|
/fs/fscache/ |
D | Kconfig | 51 management module. If this is set, the debugging output may be
|
/fs/fat/ |
D | Kconfig | 91 Set this to the default input/output character set you'd
|
/fs/ncpfs/ |
D | Kconfig | 92 translation between the server file system and input/output. This
|
/fs/cramfs/ |
D | README | 57 <block>: The i'th <block> is the output of zlib's compress function
|
/fs/cifs/ |
D | CHANGES | 353 search (readdir) output when resume filename was a long filename.
|