Searched refs:KERN_SOH_ASCII (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/include/linux/ |
D | kern_levels.h | 6 #define KERN_SOH_ASCII '' macro
|
/linux-5.19.10/include/linux/ |
D | kern_levels.h | 6 #define KERN_SOH_ASCII '\001' macro
|
D | printk.h | 21 if (buffer[0] == KERN_SOH_ASCII && buffer[1]) { in printk_get_level()
|
/linux-5.19.10/fs/nilfs2/ |
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-5.19.10/fs/ntfs3/ |
D | super.c | 68 printk("%c%cntfs3: %s: %pV\n", KERN_SOH_ASCII, level, sb->s_id, &vaf); in ntfs_printk() 119 printk("%c%cntfs3: %s: ino=%lx,%s %pV\n", KERN_SOH_ASCII, level, in ntfs_inode_printk()
|
/linux-5.19.10/fs/f2fs/ |
D | super.c | 253 KERN_SOH_ASCII, level, sbi->sb->s_id, &vaf); in f2fs_printk()
|