Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A 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()
367 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super()
380 errorf(f in squashfs_fill_super()
[all...]
/linux/drivers/mtd/
H A 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/drivers/gpu/drm/nouveau/include/nvif/
H A Dparent.h10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
H A Dprintf.h19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
/linux/include/linux/
H A Dfs_context.h227 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro
239 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
/linux/fs/autofs/
H A Dinode.c170 errorf(fc, "could not open pipe file descriptor"); in autofs_parse_fd()
176 errorf(fc, "Invalid/unusable pipe"); in autofs_parse_fd()
273 errorf(fc, "kernel does not match daemon version " in autofs_validate_protocol()
/linux/fs/coda/
H A Dinode.c213 errorf(fc, "coda: No pseudo device"); in coda_fill_super()
219 errorf(fc, "coda: Device already mounted"); in coda_fill_super()
/linux/fs/
H A Dfs_parser.c173 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name); in fs_lookup_param()
182 errorf(fc, "%s: Non-blockdev passed as '%s'", in fs_lookup_param()
H A Dsuper.c1557 errorf(fc, "%s: Can't open blockdev", fc->source); in setup_bdev_super()
1618 errorf(fc, "%s: Can't lookup blockdev", fc->source); in get_tree_bdev_flags()
/linux/fs/jffs2/
H A 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/fs/ntfs3/
H A Dsuper.c420 errorf(fc, in ntfs_fs_reconfigure()
428 errorf(fc, "ntfs3: Cannot load iocharset %s", in ntfs_fs_reconfigure()
439 errorf(fc, in ntfs_fs_reconfigure()
1190 errorf(fc, "Cannot load nls %s", options->nls_name); in ntfs_fill_super()
/linux/fs/romfs/
H A Dsuper.c500 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c570 .errorf = nouveau_drm_errorf,