Searched refs:errorf (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
D | super.c | 48 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem() 52 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem() 54 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem() 60 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem() 109 errorf(fc, "squashfs init bdi failed"); in squashfs_fill_super() 135 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super() 147 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super() 178 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super() 238 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super() 261 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super() [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/ |
D | mtdsuper.c | 106 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 152 errorf(fc, "MTD: MTD device with name \"%s\" not found", in get_tree_mtd() 175 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret); in get_tree_mtd() 190 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs_context.h | 234 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro 246 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/kernel/linux/linux-5.10/fs/ |
D | fs_parser.c | 171 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name); in fs_lookup_param() 180 errorf(fc, "%s: Non-blockdev passed as '%s'", in fs_lookup_param()
|
D | super.c | 1297 errorf(fc, "%s: Can't open blockdev", fc->source); in get_tree_bdev()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | fs.c | 528 errorf(fc, "Cannot operate on NAND flash unless jffs2 NAND support is compiled in"); in jffs2_do_fill_super() 532 errorf(fc, "Cannot operate on DataFlash unless jffs2 DataFlash support is compiled in"); in jffs2_do_fill_super() 551 errorf(fc, "Too few erase blocks (%d)", in jffs2_do_fill_super()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | internal.h | 156 errorf(fc, fmt, ## __VA_ARGS__) : \ 160 errorf(fc, fmt, ## __VA_ARGS__) : \
|
/kernel/linux/linux-5.10/fs/romfs/ |
D | super.c | 509 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 529 .errorf = nouveau_drm_errorf,
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 3370 - errorf(fc, "Cannot operate on NAND flash unless jffs2 NAND support is compiled in"); 3374 - errorf(fc, "Cannot operate on DataFlash unless jffs2 DataFlash support is compiled in"); 3393 - errorf(fc, "Too few erase blocks (%d)",
|