Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/partitions/
H A Dldm.c23 * ldm_debug/info/error/crit - Output an error message
27 * ldm_debug() writes a DEBUG level message to the syslog but only if the
31 #define ldm_debug(...) do {} while (0) macro
33 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) macro
91 ldm_debug("PRIVHEAD version %d.%d (Windows %s).", ph->ver_major, in ldm_parse_privhead()
108 ldm_debug("Parsed PRIVHEAD successfully."); in ldm_parse_privhead()
155 ldm_debug ("Parsed TOCBLOCK successfully."); in ldm_parse_tocblock()
198 ldm_debug ("Parsed VMDB successfully."); in ldm_parse_vmdb()
331 ldm_debug ("Validated PRIVHEADs successfully."); in ldm_validate_privheads()
408 ldm_debug("Validate in ldm_validate_tocblocks()
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Dldm.c23 * ldm_debug/info/error/crit - Output an error message
27 * ldm_debug() writes a DEBUG level message to the syslog but only if the
31 #define ldm_debug(...) do {} while (0) macro
33 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) macro
91 ldm_debug("PRIVHEAD version %d.%d (Windows %s).", ph->ver_major, in ldm_parse_privhead()
108 ldm_debug("Parsed PRIVHEAD successfully."); in ldm_parse_privhead()
155 ldm_debug ("Parsed TOCBLOCK successfully."); in ldm_parse_tocblock()
198 ldm_debug ("Parsed VMDB successfully."); in ldm_parse_vmdb()
331 ldm_debug ("Validated PRIVHEADs successfully."); in ldm_validate_privheads()
408 ldm_debug("Validate in ldm_validate_tocblocks()
[all...]

Completed in 3 milliseconds