Searched refs:comp_len (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/udf/ |
D | symlink.c | 33 int comp_len; in udf_pc_to_char() local 78 comp_len = udf_get_filename(sb, pc->componentIdent, in udf_pc_to_char() 81 if (comp_len < 0) in udf_pc_to_char() 82 return comp_len; in udf_pc_to_char() 84 p += comp_len; in udf_pc_to_char() 85 tolen -= comp_len; in udf_pc_to_char()
|
/linux-6.6.21/drivers/nfc/nfcmrvl/ |
D | fw_dnld.c | 251 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-6.6.21/drivers/block/zram/ |
D | zram_drv.c | 1417 unsigned int comp_len = 0; in zram_write_page() local 1436 ret = zcomp_compress(zstrm, src, &comp_len); in zram_write_page() 1446 if (comp_len >= huge_class_size) in zram_write_page() 1447 comp_len = PAGE_SIZE; in zram_write_page() 1462 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page() 1470 handle = zs_malloc(zram->mem_pool, comp_len, in zram_write_page() 1476 if (comp_len != PAGE_SIZE) in zram_write_page() 1500 if (comp_len == PAGE_SIZE) in zram_write_page() 1502 memcpy(dst, src, comp_len); in zram_write_page() 1503 if (comp_len == PAGE_SIZE) in zram_write_page() [all …]
|
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/ |
D | qat_comp_req.h | 24 req_pars->comp_len = slen; in qat_comp_create_req()
|
D | icp_qat_fw_comp.h | 104 __u32 comp_len; member
|
/linux-6.6.21/fs/btrfs/ |
D | compression.c | 83 size_t comp_len = strlen(btrfs_compress_types[i]); in btrfs_compress_is_valid_type() local 85 if (len < comp_len) in btrfs_compress_is_valid_type() 88 if (!strncmp(btrfs_compress_types[i], str, comp_len)) in btrfs_compress_is_valid_type()
|