/fs/btrfs/ |
D | lzo.c | 108 size_t out_len; in lzo_compress_pages() local 143 &out_len, workspace->mem); in lzo_compress_pages() 152 write_compress_length(cpage_out + out_offset, out_len); in lzo_compress_pages() 158 tot_out += out_len; in lzo_compress_pages() 162 while (out_len) { in lzo_compress_pages() 163 bytes = min_t(unsigned long, pg_bytes_left, out_len); in lzo_compress_pages() 167 out_len -= bytes; in lzo_compress_pages() 178 if ((out_len == 0 && pg_bytes_left < LZO_LEN) || in lzo_compress_pages() 187 if (out_len == 0 && tot_in >= len) in lzo_compress_pages() 273 size_t out_len; in lzo_decompress_bio() local [all …]
|
/fs/ubifs/ |
D | compress.c | 96 int in_len, void *out_buf, int *out_len, int *compr_type) in ubifs_compress() argument 111 (unsigned int *)out_len); in ubifs_compress() 124 if (in_len - *out_len < UBIFS_MIN_COMPRESS_DIFF) in ubifs_compress() 131 *out_len = in_len; in ubifs_compress() 148 int in_len, void *out_buf, int *out_len, int compr_type) in ubifs_decompress() argument 167 *out_len = in_len; in ubifs_decompress() 174 (unsigned int *)out_len); in ubifs_decompress()
|
D | crypto.c | 28 unsigned int in_len, unsigned int *out_len, int block) in ubifs_encrypt() argument 35 ubifs_assert(pad_len <= *out_len); in ubifs_encrypt() 48 *out_len = pad_len; in ubifs_encrypt() 54 unsigned int *out_len, int block) in ubifs_decrypt() argument 59 unsigned int dlen = *out_len; in ubifs_decrypt() 73 *out_len = clen; in ubifs_decrypt()
|
D | journal.c | 709 int err, lnum, offs, compr_type, out_len, compr_len; in ubifs_jnl_write_data() local 745 out_len = compr_len = dlen - UBIFS_DATA_NODE_SZ; in ubifs_jnl_write_data() 750 err = ubifs_encrypt(inode, data, compr_len, &out_len, key_block(c, key)); in ubifs_jnl_write_data() 756 out_len = compr_len; in ubifs_jnl_write_data() 759 dlen = UBIFS_DATA_NODE_SZ + out_len; in ubifs_jnl_write_data() 1291 int err, dlen, compr_type, out_len, old_dlen; in truncate_data_node() local 1293 out_len = le32_to_cpu(dn->size); in truncate_data_node() 1294 buf = kmalloc(out_len * WORST_COMPR_FACTOR, GFP_NOFS); in truncate_data_node() 1308 out_len = *new_len; in truncate_data_node() 1310 err = ubifs_decompress(c, &dn->data, dlen, buf, &out_len, compr_type); in truncate_data_node() [all …]
|
D | file.c | 61 int err, len, out_len; in read_block() local 88 out_len = UBIFS_BLOCK_SIZE; in read_block() 89 err = ubifs_decompress(c, &dn->data, dlen, addr, &out_len, in read_block() 91 if (err || len != out_len) in read_block() 641 int err, len, out_len, dlen; in populate_page() local 659 out_len = UBIFS_BLOCK_SIZE; in populate_page() 667 err = ubifs_decompress(c, &dn->data, dlen, addr, &out_len, in populate_page() 669 if (err || len != out_len) in populate_page()
|
D | ubifs.h | 1803 void *out_buf, int *out_len, int *compr_type); 1805 void *out, int *out_len, int compr_type); 1814 unsigned int in_len, unsigned int *out_len, in ubifs_encrypt() argument 1822 unsigned int *out_len, int block) in ubifs_decrypt() argument 1830 unsigned int in_len, unsigned int *out_len, int block); 1832 unsigned int *out_len, int block);
|
D | io.c | 265 goto out_len; in ubifs_check_node() 269 goto out_len; in ubifs_check_node() 272 goto out_len; in ubifs_check_node() 290 out_len: in ubifs_check_node()
|
/fs/squashfs/ |
D | lzo_wrapper.c | 85 size_t out_len = output->length; in lzo_uncompress() local 97 stream->output, &out_len); in lzo_uncompress() 101 res = bytes = (int)out_len; in lzo_uncompress()
|
/fs/befs/ |
D | linuxvfs.c | 51 char **out, int *out_len); 53 char **out, int *out_len); 514 int in_len, char **out, int *out_len) in befs_utf2nls() argument 553 *out_len = o; in befs_utf2nls() 591 int in_len, char **out, int *out_len) in befs_nls2utf() argument 615 *out_len = 0; in befs_nls2utf() 633 *out_len = o; in befs_nls2utf()
|
/fs/cifs/ |
D | smb2pdu.c | 1679 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument 1702 *out_len = treename_len + 1 + path_len; in alloc_path_with_tree_prefix() 1709 *out_size = roundup((*out_len+1)*2, 8); in alloc_path_with_tree_prefix()
|
/fs/nfs/ |
D | nfs4proc.c | 5085 goto out_len; in nfs4_read_cached_acl() 5092 out_len: in nfs4_read_cached_acl()
|