Searched refs:DEBUG_bytes (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 367 #define DEBUG_bytes(bytes, len, msg, ...) printk(KERN_DEBUG msg "%s%*ph\n", ##__VA_ARGS__, \ macro 371 #define DEBUG_bytes(bytes, len, msg, ...) do { } while (0) macro 3571 DEBUG_bytes(lowmem_page_address(ic->journal_io[0].page), 64, "read journal"); in replay_journal() 3581 DEBUG_bytes(lowmem_page_address(ic->journal[0].page), 64, "decrypted journal"); in replay_journal() 4518 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal() 4605 DEBUG_bytes(crypt_data, ivsize, "iv(%u)", i); in create_journal()
|