errorf            106 drivers/mtd/mtdsuper.c 		errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr);
errorf            152 drivers/mtd/mtdsuper.c 			errorf(fc, "MTD: MTD device with name \"%s\" not found",
errorf            175 drivers/mtd/mtdsuper.c 		errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret);
errorf            190 drivers/mtd/mtdsuper.c 		errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"",
errorf            537 fs/cramfs/inode.c 				errorf(fc, "cramfs: wrong endianness");
errorf            549 fs/cramfs/inode.c 				errorf(fc, "cramfs: wrong endianness");
errorf            551 fs/cramfs/inode.c 				errorf(fc, "cramfs: wrong magic");
errorf            558 fs/cramfs/inode.c 		errorf(fc, "cramfs: unsupported filesystem features");
errorf            564 fs/cramfs/inode.c 		errorf(fc, "cramfs: root is not a directory");
errorf            588 fs/cramfs/inode.c 		errorf(fc, "cramfs: bad root offset %lu", root_offset);
errorf            284 fs/fs_parser.c 		errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name);
errorf            293 fs/fs_parser.c 		errorf(fc, "%s: Non-blockdev passed as '%s'",
errorf           1467 fs/gfs2/ops_fstype.c 		errorf(fc, "gfs2: reconfiguration of locking protocol not allowed");
errorf           1471 fs/gfs2/ops_fstype.c 		errorf(fc, "gfs2: reconfiguration of lock table not allowed");
errorf           1475 fs/gfs2/ops_fstype.c 		errorf(fc, "gfs2: reconfiguration of host data not allowed");
errorf           1479 fs/gfs2/ops_fstype.c 		errorf(fc, "gfs2: reconfiguration of spectator mode not allowed");
errorf           1483 fs/gfs2/ops_fstype.c 		errorf(fc, "gfs2: reconfiguration of localflocks not allowed");
errorf           1487 fs/gfs2/ops_fstype.c 		errorf(fc, "gfs2: switching between gfs2 and gfs2meta not allowed");
errorf           1497 fs/gfs2/ops_fstype.c 				errorf(fc, "gfs2: unable to remount read-only");
errorf           1501 fs/gfs2/ops_fstype.c 				errorf(fc, "gfs2: unable to remount read-write");
errorf            528 fs/jffs2/fs.c  		errorf(fc, "Cannot operate on NAND flash unless jffs2 NAND support is compiled in");
errorf            532 fs/jffs2/fs.c  		errorf(fc, "Cannot operate on DataFlash unless jffs2 DataFlash support is compiled in");
errorf            551 fs/jffs2/fs.c  		errorf(fc, "Too few erase blocks (%d)",
errorf            509 fs/romfs/super.c 			errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n",
errorf             47 fs/squashfs/super.c 		errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d "
errorf             51 fs/squashfs/super.c 		errorf(fc, "Major/Minor mismatch, trying to mount newer "
errorf             53 fs/squashfs/super.c 		errorf(fc, "Please update your kernel");
errorf             59 fs/squashfs/super.c 		errorf(fc, "Filesystem uses \"%s\" compression. This is not supported",
errorf            103 fs/squashfs/super.c 		errorf(fc, "unable to read squashfs_super_block");
errorf            115 fs/squashfs/super.c 			errorf(fc, "Can't find a SQUASHFS superblock on %pg",
errorf            146 fs/squashfs/super.c 		errorf(fc, "Page size > filesystem block size (%d).  This is "
errorf            205 fs/squashfs/super.c 		errorf(fc, "Failed to allocate read_page block");
errorf            228 fs/squashfs/super.c 		errorf(fc, "unable to read xattr id index table");
errorf            242 fs/squashfs/super.c 		errorf(fc, "unable to read id index table");
errorf            258 fs/squashfs/super.c 		errorf(fc, "unable to read inode lookup table");
errorf            283 fs/squashfs/super.c 		errorf(fc, "unable to read fragment index table");
errorf            330 fs/squashfs/super.c 	errorf(fc, "squashfs image failed sanity check");
errorf           1294 fs/super.c     		errorf(fc, "%s: Can't open blockdev", fc->source);
errorf            226 include/linux/fs_context.h #define invalf(fc, fmt, ...) ({	errorf(fc, fmt, ## __VA_ARGS__); -EINVAL; })