Searched refs:ext4_debug (Results 1 - 1 of 1) sorted by relevance

/system/extras/ext4_utils/
H A Dext4.h20 #define ext4_debug(f, a...) do { printk(KERN_DEBUG "EXT4-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __func__); printk(KERN_DEBUG f, ## a); } while (0) macro
22 #define ext4_debug(f, a...) do {} while (0) macro

Completed in 5 milliseconds