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