/linux/fs/squashfs/ |
H A D | super.c | 159 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 D | mtdsuper.c | 84 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 D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
H A D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
/linux/include/linux/ |
H A D | fs_context.h | 227 #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 D | inode.c | 170 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 D | inode.c | 213 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 D | fs_parser.c | 173 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 D | super.c | 1557 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 D | fs.c | 529 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 D | super.c | 420 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 D | super.c | 500 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 570 .errorf = nouveau_drm_errorf,
|