recalc_tags       242 drivers/md/dm-integrity.c 	u8 *recalc_tags;
recalc_tags      2431 drivers/md/dm-integrity.c 	t = ic->recalc_tags;
recalc_tags      2439 drivers/md/dm-integrity.c 	r = dm_integrity_rw_tag(ic, ic->recalc_tags, &metadata_block, &metadata_offset, t - ic->recalc_tags, TAG_WRITE);
recalc_tags      4003 drivers/md/dm-integrity.c 		ic->recalc_tags = kvmalloc_array(RECALC_SECTORS >> ic->sb->log2_sectors_per_block,
recalc_tags      4005 drivers/md/dm-integrity.c 		if (!ic->recalc_tags) {
recalc_tags      4134 drivers/md/dm-integrity.c 	kvfree(ic->recalc_tags);