Searched refs:ldm_crit (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/block/partitions/ |
D | ldm.c | 36 #define ldm_crit(f, a...) _ldm_printk (KERN_CRIT, __func__, f, ##a) macro 131 ldm_crit ("Cannot find TOCBLOCK, database may be corrupt."); in ldm_parse_tocblock() 141 ldm_crit ("TOCBLOCK's first bitmap is '%s', should be '%s'.", in ldm_parse_tocblock() 151 ldm_crit ("TOCBLOCK's second bitmap is '%s', should be '%s'.", in ldm_parse_tocblock() 177 ldm_crit ("Cannot find the VMDB, database may be corrupt."); in ldm_parse_vmdb() 281 ldm_crit ("Out of memory."); in ldm_validate_privheads() 293 ldm_crit ("Disk read failed."); in ldm_validate_privheads() 311 ldm_crit ("Database extends beyond the end of the disk."); in ldm_validate_privheads() 318 ldm_crit ("Disk and database overlap."); in ldm_validate_privheads() 323 ldm_crit ("Primary and backup PRIVHEADs don't match."); in ldm_validate_privheads() [all …]
|