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