Home
last modified time | relevance | path

Searched refs:comp_len (Results 1 – 4 of 4) sorted by relevance

/linux/fs/udf/
A Dsymlink.c37 int comp_len; in udf_pc_to_char() local
82 comp_len = udf_get_filename(sb, pc->componentIdent, in udf_pc_to_char()
85 if (comp_len < 0) in udf_pc_to_char()
86 return comp_len; in udf_pc_to_char()
88 p += comp_len; in udf_pc_to_char()
89 tolen -= comp_len; in udf_pc_to_char()
/linux/drivers/nfc/nfcmrvl/
A Dfw_dnld.c251 uint16_t comp_len; in process_state_fw_dnld() local
274 comp_len = get_unaligned_le16(skb->data); in process_state_fw_dnld()
275 memcpy(&comp_len, skb->data, 2); in process_state_fw_dnld()
277 if (((~len) & 0xFFFF) != comp_len) { in process_state_fw_dnld()
279 len, comp_len, (~len & 0xFFFF)); in process_state_fw_dnld()
/linux/drivers/block/zram/
A Dzram_drv.c1359 unsigned int comp_len = 0; in __zram_bvec_write() local
1379 ret = zcomp_compress(zstrm, src, &comp_len); in __zram_bvec_write()
1389 if (comp_len >= huge_class_size) in __zram_bvec_write()
1390 comp_len = PAGE_SIZE; in __zram_bvec_write()
1405 handle = zs_malloc(zram->mem_pool, comp_len, in __zram_bvec_write()
1413 handle = zs_malloc(zram->mem_pool, comp_len, in __zram_bvec_write()
1433 if (comp_len == PAGE_SIZE) in __zram_bvec_write()
1435 memcpy(dst, src, comp_len); in __zram_bvec_write()
1436 if (comp_len == PAGE_SIZE) in __zram_bvec_write()
1450 if (comp_len == PAGE_SIZE) { in __zram_bvec_write()
[all …]
/linux/fs/btrfs/
A Dcompression.c57 size_t comp_len = strlen(btrfs_compress_types[i]); in btrfs_compress_is_valid_type() local
59 if (len < comp_len) in btrfs_compress_is_valid_type()
62 if (!strncmp(btrfs_compress_types[i], str, comp_len)) in btrfs_compress_is_valid_type()

Completed in 14 milliseconds