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