Lines Matching defs:data
45 * Warning - DEBUG_PRINT prints security-sensitive data to the log,
521 unsigned long *data;
553 data = lowmem_page_address(bitmap[page].page);
559 if (data[bit / BITS_PER_LONG] != -1)
565 if (!test_bit(bit, data))
573 if (data[bit / BITS_PER_LONG] != 0)
579 if (test_bit(bit, data))
587 data[bit / BITS_PER_LONG] = -1;
592 __set_bit(bit, data);
597 clear_page(data);
601 data[bit / BITS_PER_LONG] = 0;
606 __clear_bit(bit, data);
858 struct journal_completion *comp = req->data;
1071 unsigned n_sectors, sector_t target, io_notify_fn fn, void *data)
1081 fn(-1UL, data);
1096 io_req.notify.context = data;
1105 fn(-1UL, data);
1320 unsigned char *data, *dp;
1329 data = dm_bufio_read(ic->bufio, *metadata_block, &b);
1330 if (IS_ERR(data))
1331 return PTR_ERR(data);
1334 dp = data + *metadata_offset;
1545 const char *data, char *result)
1566 r = crypto_shash_update(req, data, ic->sectors_per_block << SECTOR_SHIFT);
1812 DMERR("Invalid integrity data size %u, expected %u",
1819 DMERR("Unexpected integrity data when using internal hash");
2601 dm_integrity_io_error(ic, "reading data", r);
3207 iterate_devices_callout_fn fn, void *data)
3212 return fn(ti, ic->dev, ic->start + ic->initial_sectors + ic->metadata_run, ti->len, data);
3214 return fn(ti, ic->dev, 0, ti->len, data);
3663 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data");
3686 *error = "Unable to allocate crypt data";