Searched refs:errorf (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/fs/squashfs/ |
D | super.c | 95 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem() 99 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem() 101 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem() 107 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem() 154 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super() 166 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super() 197 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super() 257 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super() 280 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super() 293 errorf(fc, "unable to read id index table"); in squashfs_fill_super() [all …]
|
/linux-6.1.9/drivers/mtd/ |
D | mtdsuper.c | 107 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 153 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() 186 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ |
D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
/linux-6.1.9/include/linux/ |
D | fs_context.h | 234 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro 246 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/linux-6.1.9/fs/ |
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()
|
D | super.c | 1274 errorf(fc, "%s: Can't open blockdev", fc->source); in get_tree_bdev()
|
/linux-6.1.9/fs/cifs/ |
D | fs_context.h | 19 errorf(fc, fmt, ## __VA_ARGS__); \
|
/linux-6.1.9/fs/jffs2/ |
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-6.1.9/fs/ntfs3/ |
D | super.c | 373 …errorf(fc, "ntfs3: Couldn't remount rw because journal is not replayed. Please umount/remount inst… in ntfs_fs_reconfigure() 380 errorf(fc, "ntfs3: Cannot load iocharset %s", new_opts->nls_name); in ntfs_fs_reconfigure() 390 errorf(fc, "ntfs3: Volume is dirty and \"force\" flag is not set!"); in ntfs_fs_reconfigure() 923 errorf(fc, "Cannot load nls %s", sbi->options->nls_name); in ntfs_fill_super()
|
/linux-6.1.9/fs/nfs/ |
D | internal.h | 153 errorf(fc, fmt, ## __VA_ARGS__) : \ 157 errorf(fc, fmt, ## __VA_ARGS__) : \
|
/linux-6.1.9/fs/romfs/ |
D | super.c | 510 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 549 .errorf = nouveau_drm_errorf,
|