Searched refs:warnf (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | fs_context.h | 208 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) macro
|
/linux-6.3-rc2/fs/nfs/ |
A D | internal.h | 169 warnf(fc, fmt, ## __VA_ARGS__) : \ 173 warnf(fc, fmt, ## __VA_ARGS__) : \
|
/linux-6.3-rc2/fs/ |
A D | super.c | 1255 warnf(fc, "%pg: Can't mount, blockdev is frozen", bdev); in get_tree_bdev() 1272 warnf(fc, "%pg: Can't mount, would change RO state", bdev); in get_tree_bdev()
|
Completed in 10 milliseconds