/fs/btrfs/ |
D | lzo.c | 130 size_t out_len; in lzo_compress_pages() local 165 &out_len, workspace->mem); in lzo_compress_pages() 174 write_compress_length(cpage_out + out_offset, out_len); in lzo_compress_pages() 180 tot_out += out_len; in lzo_compress_pages() 184 while (out_len) { in lzo_compress_pages() 185 bytes = min_t(unsigned long, pg_bytes_left, out_len); in lzo_compress_pages() 189 out_len -= bytes; in lzo_compress_pages() 200 if ((out_len == 0 && pg_bytes_left < LZO_LEN) || in lzo_compress_pages() 209 if (out_len == 0 && tot_in >= len) in lzo_compress_pages() 295 size_t out_len; in lzo_decompress_bio() local [all …]
|
/fs/ubifs/ |
D | crypto.c | 28 unsigned int in_len, unsigned int *out_len, int block) in ubifs_encrypt() argument 35 ubifs_assert(c, 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() 74 *out_len = clen; in ubifs_decrypt()
|
D | compress.c | 102 int in_len, void *out_buf, int *out_len, int *compr_type) in ubifs_compress() argument 117 (unsigned int *)out_len); in ubifs_compress() 130 if (in_len - *out_len < UBIFS_MIN_COMPRESS_DIFF) in ubifs_compress() 137 *out_len = in_len; in ubifs_compress() 154 int in_len, void *out_buf, int *out_len, int compr_type) in ubifs_decompress() argument 173 *out_len = in_len; in ubifs_decompress() 180 (unsigned int *)out_len); in ubifs_decompress()
|
D | journal.c | 727 int err, lnum, offs, compr_type, out_len, compr_len, auth_len; in ubifs_jnl_write_data() local 767 out_len = compr_len = dlen - UBIFS_DATA_NODE_SZ; in ubifs_jnl_write_data() 772 err = ubifs_encrypt(inode, data, compr_len, &out_len, key_block(c, key)); in ubifs_jnl_write_data() 778 out_len = compr_len; in ubifs_jnl_write_data() 781 dlen = UBIFS_DATA_NODE_SZ + out_len; in ubifs_jnl_write_data() 1448 int err, dlen, compr_type, out_len, old_dlen; in truncate_data_node() local 1450 out_len = le32_to_cpu(dn->size); in truncate_data_node() 1451 buf = kmalloc_array(out_len, WORST_COMPR_FACTOR, GFP_NOFS); in truncate_data_node() 1465 out_len = *new_len; in truncate_data_node() 1467 err = ubifs_decompress(c, &dn->data, dlen, buf, &out_len, compr_type); in truncate_data_node() [all …]
|
D | file.c | 49 int err, len, out_len; in read_block() local 76 out_len = UBIFS_BLOCK_SIZE; in read_block() 77 err = ubifs_decompress(c, &dn->data, dlen, addr, &out_len, in read_block() 79 if (err || len != out_len) in read_block() 630 int err, len, out_len, dlen; in populate_page() local 648 out_len = UBIFS_BLOCK_SIZE; in populate_page() 656 err = ubifs_decompress(c, &dn->data, dlen, addr, &out_len, in populate_page() 658 if (err || len != out_len) in populate_page()
|
D | ubifs.h | 2070 void *out_buf, int *out_len, int *compr_type); 2072 void *out, int *out_len, int compr_type); 2081 unsigned int in_len, unsigned int *out_len, in ubifs_encrypt() argument 2090 unsigned int *out_len, int block) in ubifs_decrypt() argument 2099 unsigned int in_len, unsigned int *out_len, int block); 2101 unsigned int *out_len, int block);
|
D | io.c | 253 goto out_len; in ubifs_check_node() 257 goto out_len; in ubifs_check_node() 260 goto out_len; in ubifs_check_node() 278 out_len: in ubifs_check_node()
|
/fs/exfat/ |
D | nls.c | 544 int i, j, len, out_len = 0; in __exfat_utf16_to_nls() local 550 while (i < MAX_NAME_LENGTH && out_len < (buflen - 1)) { in __exfat_utf16_to_nls() 576 if (out_len + len >= buflen) in __exfat_utf16_to_nls() 577 len = buflen - 1 - out_len; in __exfat_utf16_to_nls() 578 out_len += len; in __exfat_utf16_to_nls() 592 return out_len; in __exfat_utf16_to_nls()
|
/fs/squashfs/ |
D | lzo_wrapper.c | 74 size_t out_len = output->length; in lzo_uncompress() local 87 stream->output, &out_len); in lzo_uncompress() 91 res = bytes = (int)out_len; in lzo_uncompress()
|
/fs/vboxsf/ |
D | utils.c | 349 int path_len, out_len, nb; in vboxsf_path_from_dentry() local 373 out_len = PATH_MAX - SHFLSTRING_HEADER_SIZE - 1; in vboxsf_path_from_dentry() 385 nb = utf32_to_utf8(uni, out, out_len); in vboxsf_path_from_dentry() 392 out_len -= nb; in vboxsf_path_from_dentry() 422 size_t out_len; in vboxsf_nlscpy() local 430 out_len = 0; in vboxsf_nlscpy() 451 out_len += nb; in vboxsf_nlscpy()
|
/fs/befs/ |
D | linuxvfs.c | 54 char **out, int *out_len); 56 char **out, int *out_len); 508 int in_len, char **out, int *out_len) in befs_utf2nls() argument 547 *out_len = o; in befs_utf2nls() 585 int in_len, char **out, int *out_len) in befs_nls2utf() argument 609 *out_len = 0; in befs_nls2utf() 627 *out_len = o; in befs_nls2utf()
|
/fs/cifs/ |
D | smb2pdu.c | 2465 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument 2488 *out_len = treename_len + 1 + path_len; in alloc_path_with_tree_prefix() 2495 *out_size = roundup((*out_len+1)*2, 8); in alloc_path_with_tree_prefix()
|
/fs/nfs/ |
D | nfs4proc.c | 5756 goto out_len; in nfs4_read_cached_acl() 5763 out_len: in nfs4_read_cached_acl()
|