| /linux/fs/squashfs/ |
| 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() 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() 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() 393 errorf(fc, "unable to read inode lookup table"); in squashfs_fill_super() 418 errorf(fc, "unable to read fragment index table"); in squashfs_fill_super() [all …]
|
| /linux/drivers/mtd/ |
| 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/ |
| A D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
| A D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
| /linux/include/linux/ |
| 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/ |
| 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/ |
| 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/ |
| A D | fs_parser.c | 171 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()
|
| 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/ |
| 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/smb/client/ |
| A D | fs_context.h | 19 errorf(fc, fmt, ## __VA_ARGS__); \
|
| /linux/fs/ntfs3/ |
| 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/nfs/ |
| A D | internal.h | 165 errorf(fc, fmt, ## __VA_ARGS__) : \ 169 errorf(fc, fmt, ## __VA_ARGS__) : \
|
| /linux/fs/romfs/ |
| 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/ |
| A D | nouveau_drm.c | 553 .errorf = nouveau_drm_errorf,
|
| /linux/fs/udf/ |
| A D | super.c | 632 errorf(fc, "iocharset %s not found", in udf_parse_param()
|