Searched refs:warnf (Results 1 – 3 of 3) sorted by relevance
/linux/fs/freevxfs/ |
H A D | vxfs_super.c | 138 warnf(fc, in vxfs_try_sb_magic() 198 warnf(fc, "vxfs: unable to allocate incore superblock"); in vxfs_fill_super() 204 warnf(fc, "vxfs: unable to set blocksize"); in vxfs_fill_super() 247 warnf(fc, "vxfs: unable to set final block size"); in vxfs_fill_super() 252 warnf(fc, "vxfs: unable to read olt"); in vxfs_fill_super() 257 warnf(fc, "vxfs: unable to read fshead"); in vxfs_fill_super() 268 warnf(fc, "vxfs: unable to get root dentry."); in vxfs_fill_super()
|
/linux/include/linux/ |
H A D | fs_context.h | 215 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) macro
|
/linux/fs/ |
H A D | super.c | 1578 warnf(fc, "%pg: Can't mount, blockdev is frozen", bdev); in setup_bdev_super() 1629 warnf(fc, "%pg: Can't mount, would change RO state", s->s_bdev); in get_tree_bdev_flags()
|