Home
last modified time | relevance | path

Searched refs:LOGLEVEL_ERR (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkern_levels.h33 #define LOGLEVEL_ERR 3 /* error conditions */ macro
/linux/drivers/md/dm-vdo/
H A Dlogger.h20 VDO_LOG_ERR = LOGLEVEL_ERR,
/linux/fs/xfs/
H A Dxfs_message.c49 level <= LOGLEVEL_ERR && in xfs_printk_level()