Searched refs:warnf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fs_context.h | 209 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) macro
|
/openbmc/linux/fs/nfs/ |
H A D | internal.h | 173 warnf(fc, fmt, ## __VA_ARGS__) : \ 177 warnf(fc, fmt, ## __VA_ARGS__) : \
|
/openbmc/linux/fs/ |
H A D | super.c | 1525 warnf(fc, "%pg: Can't mount, blockdev is frozen", bdev); in setup_bdev_super() 1576 warnf(fc, "%pg: Can't mount, would change RO state", s->s_bdev); in get_tree_bdev()
|