Searched refs:DEBUG_bytes (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/md/ |
| D | dm-integrity.c | 344 #define DEBUG_bytes(bytes, len, msg, ...) printk(KERN_DEBUG msg "%s%*ph\n", ##__VA_ARGS__, \ macro 348 #define DEBUG_bytes(bytes, len, msg, ...) do { } while (0) macro 2964 DEBUG_bytes(lowmem_page_address(ic->journal_io[0].page), 64, "read journal"); in replay_journal() 2974 DEBUG_bytes(lowmem_page_address(ic->journal[0].page), 64, "decrypted journal"); in replay_journal() 3880 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal() 3967 DEBUG_bytes(crypt_data, ivsize, "iv(%u)", i); in create_journal()
|