Searched refs:DEBUG_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 349 #define DEBUG_bytes(bytes, len, msg, ...) __DEBUG_bytes(bytes, len, KERN_DEBUG msg, ##__VA_ARGS__) macro 352 #define DEBUG_bytes(bytes, len, msg, ...) do { } while (0) macro 2802 DEBUG_bytes(lowmem_page_address(ic->journal_io[0].page), 64, "read journal"); in replay_journal() 2811 DEBUG_bytes(lowmem_page_address(ic->journal[0].page), 64, "decrypted journal"); in replay_journal() 3663 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal() 3750 DEBUG_bytes(crypt_data, ivsize, "iv(%u)", i); in create_journal()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 346 #define DEBUG_bytes(bytes, len, msg, ...) printk(KERN_DEBUG msg "%s%*ph\n", ##__VA_ARGS__, \ macro 350 #define DEBUG_bytes(bytes, len, msg, ...) do { } while (0) macro 3039 DEBUG_bytes(lowmem_page_address(ic->journal_io[0].page), 64, "read journal"); in replay_journal() 3049 DEBUG_bytes(lowmem_page_address(ic->journal[0].page), 64, "decrypted journal"); in replay_journal() 3955 DEBUG_bytes(lowmem_page_address(ic->journal_xor[0].page), 64, "xor data"); in create_journal() 4042 DEBUG_bytes(crypt_data, ivsize, "iv(%u)", i); in create_journal()
|
Completed in 21 milliseconds