Searched refs:KERN_SOH_ASCII (Results 1 – 8 of 8) sorted by relevance
/linux/tools/include/linux/ |
H A D | kern_levels.h | 6 #define KERN_SOH_ASCII '' macro
|
/linux/include/linux/ |
H A D | kern_levels.h | 6 #define KERN_SOH_ASCII '\001' macro
|
H A D | printk.h | 23 if (buffer[0] == KERN_SOH_ASCII && buffer[1]) { in printk_get_level()
|
/linux/arch/s390/boot/ |
H A D | printk.c | 175 if (buf[0] == KERN_SOH_ASCII && buf[1]) { in printk_loglevel() 235 *p++ = KERN_SOH_ASCII; in boot_printk()
|
/linux/fs/erofs/ |
H A D | super.c | 34 KERN_SOH_ASCII, level, sb->s_id, &vaf); in _erofs_printk() 36 printk("%c%cerofs: %pV", KERN_SOH_ASCII, level, &vaf); in _erofs_printk()
|
/linux/fs/nilfs2/ |
H A D | super.c | 79 KERN_SOH_ASCII, level, sb->s_id, &vaf); in __nilfs_msg() 82 KERN_SOH_ASCII, level, &vaf); in __nilfs_msg()
|
/linux/fs/ntfs3/ |
H A D | super.c | 93 printk("%c%cntfs3(%s): %pV\n", KERN_SOH_ASCII, level, sb->s_id, &vaf); in ntfs_printk() 148 printk("%c%cntfs3(%s): ino=%lx,%s %pV\n", KERN_SOH_ASCII, level, in ntfs_inode_printk()
|
/linux/fs/f2fs/ |
H A D | super.c | 289 KERN_SOH_ASCII, level, sbi->sb->s_id, &vaf); in f2fs_printk() 292 KERN_SOH_ASCII, level, sbi->sb->s_id, &vaf); in f2fs_printk()
|