Searched refs:warnf (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | fs_context.h | 222 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) macro
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | internal.h | 162 warnf(fc, fmt, ## __VA_ARGS__) : \ 166 warnf(fc, fmt, ## __VA_ARGS__) : \
|
/kernel/linux/linux-5.10/fs/ |
D | super.c | 1307 warnf(fc, "%pg: Can't mount, blockdev is frozen", bdev); in get_tree_bdev() 1324 warnf(fc, "%pg: Can't mount, would change RO state", bdev); in get_tree_bdev()
|