Home
last modified time | relevance | path

Searched refs:errorf (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/fs/squashfs/
Dsuper.c159 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem()
163 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem()
165 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem()
171 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem()
219 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super()
231 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super()
268 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super()
328 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super()
364 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super()
377 errorf(fc, "unable to read id index table"); in squashfs_fill_super()
[all …]
/Linux-v6.6/drivers/mtd/
Dmtdsuper.c84 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr()
130 errorf(fc, "MTD: MTD device with name \"%s\" not found", in get_tree_mtd()
152 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret); in get_tree_mtd()
163 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvif/
Dparent.h10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
Dprintf.h19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
/Linux-v6.6/include/linux/
Dfs_context.h221 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro
233 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
/Linux-v6.6/fs/
Dfs_parser.c171 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()
Dsuper.c1487 errorf(fc, "%s: Can't open blockdev", fc->source); in setup_bdev_super()
1550 errorf(fc, "%s: Can't lookup blockdev", fc->source); in get_tree_bdev()
/Linux-v6.6/fs/smb/client/
Dfs_context.h19 errorf(fc, fmt, ## __VA_ARGS__); \
/Linux-v6.6/fs/jffs2/
Dfs.c529 errorf(fc, "Cannot operate on NAND flash unless jffs2 NAND support is compiled in"); in jffs2_do_fill_super()
533 errorf(fc, "Cannot operate on DataFlash unless jffs2 DataFlash support is compiled in"); in jffs2_do_fill_super()
552 errorf(fc, "Too few erase blocks (%d)", in jffs2_do_fill_super()
/Linux-v6.6/fs/ntfs3/
Dsuper.c414 errorf(fc, in ntfs_fs_reconfigure()
422 errorf(fc, "ntfs3: Cannot load iocharset %s", in ntfs_fs_reconfigure()
435 errorf(fc, in ntfs_fs_reconfigure()
1172 errorf(fc, "Cannot load nls %s", options->nls_name); in ntfs_fill_super()
/Linux-v6.6/fs/nfs/
Dinternal.h157 errorf(fc, fmt, ## __VA_ARGS__) : \
161 errorf(fc, fmt, ## __VA_ARGS__) : \
/Linux-v6.6/fs/romfs/
Dsuper.c509 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_drm.c565 .errorf = nouveau_drm_errorf,