Home
last modified time | relevance | path

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

/Linux-v5.4/fs/squashfs/
Dsuper.c47 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem()
51 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem()
53 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem()
59 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem()
103 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super()
115 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super()
146 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super()
205 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super()
228 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super()
242 errorf(fc, "unable to read id index table"); in squashfs_fill_super()
[all …]
/Linux-v5.4/drivers/mtd/
Dmtdsuper.c106 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()
/Linux-v5.4/include/linux/
Dfs_context.h216 #define errorf(fc, fmt, ...) ({ logfc(fc, "e "fmt, ## __VA_ARGS__); }) macro
226 #define invalf(fc, fmt, ...) ({ errorf(fc, fmt, ## __VA_ARGS__); -EINVAL; })
/Linux-v5.4/fs/cramfs/
Dinode.c537 errorf(fc, "cramfs: wrong endianness"); in cramfs_read_super()
549 errorf(fc, "cramfs: wrong endianness"); in cramfs_read_super()
551 errorf(fc, "cramfs: wrong magic"); in cramfs_read_super()
558 errorf(fc, "cramfs: unsupported filesystem features"); in cramfs_read_super()
564 errorf(fc, "cramfs: root is not a directory"); in cramfs_read_super()
588 errorf(fc, "cramfs: bad root offset %lu", root_offset); in cramfs_read_super()
/Linux-v5.4/fs/gfs2/
Dops_fstype.c1467 errorf(fc, "gfs2: reconfiguration of locking protocol not allowed"); in gfs2_reconfigure()
1471 errorf(fc, "gfs2: reconfiguration of lock table not allowed"); in gfs2_reconfigure()
1475 errorf(fc, "gfs2: reconfiguration of host data not allowed"); in gfs2_reconfigure()
1479 errorf(fc, "gfs2: reconfiguration of spectator mode not allowed"); in gfs2_reconfigure()
1483 errorf(fc, "gfs2: reconfiguration of localflocks not allowed"); in gfs2_reconfigure()
1487 errorf(fc, "gfs2: switching between gfs2 and gfs2meta not allowed"); in gfs2_reconfigure()
1497 errorf(fc, "gfs2: unable to remount read-only"); in gfs2_reconfigure()
1501 errorf(fc, "gfs2: unable to remount read-write"); in gfs2_reconfigure()
/Linux-v5.4/fs/
Dfs_parser.c284 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name); in fs_lookup_param()
293 errorf(fc, "%s: Non-blockdev passed as '%s'", in fs_lookup_param()
Dsuper.c1292 errorf(fc, "%s: Can't open blockdev", fc->source); in get_tree_bdev()
/Linux-v5.4/fs/jffs2/
Dfs.c528 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()
/Linux-v5.4/fs/romfs/
Dsuper.c509 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()