Searched refs:errorf (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dparent.h10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3);
H A Dprintf.h19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
/linux-master/drivers/mtd/
H A Dmtdsuper.c84 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr);
130 errorf(fc, "MTD: MTD device with name \"%s\" not found",
152 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret);
163 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"",
/linux-master/fs/squashfs/
H A Dsuper.c159 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d "
163 errorf(fc, "Major/Minor mismatch, trying to mount newer "
165 errorf(fc, "Please update your kernel");
171 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported",
219 errorf(fc, "unable to read squashfs_super_block");
231 errorf(fc, "Can't find a SQUASHFS superblock on %pg",
268 errorf(fc, "Page size > filesystem block size (%d). This is "
328 errorf(fc, "Failed to allocate read_page block");
364 errorf(fc, "unable to read xattr id index table");
377 errorf(f
[all...]
/linux-master/include/linux/
H A Dfs_context.h214 * errorf - Store supplementary error message
221 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro
233 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
/linux-master/fs/autofs/
H A Dinode.c168 errorf(fc, "could not open pipe file descriptor");
174 errorf(fc, "Invalid/unusable pipe");
280 errorf(fc, "kernel does not match daemon version "
/linux-master/fs/smb/client/
H A Dfs_context.h19 errorf(fc, fmt, ## __VA_ARGS__); \
/linux-master/fs/coda/
H A Dinode.c196 errorf(fc, "coda: No pseudo device");
202 errorf(fc, "coda: Device already mounted");
/linux-master/fs/
H A Dfs_parser.c171 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name);
180 errorf(fc, "%s: Non-blockdev passed as '%s'",
H A Dsuper.c1536 errorf(fc, "%s: Can't open blockdev", fc->source);
1595 errorf(fc, "%s: Can't lookup blockdev", fc->source);
/linux-master/fs/jffs2/
H A Dfs.c529 errorf(fc, "Cannot operate on NAND flash unless jffs2 NAND support is compiled in");
533 errorf(fc, "Cannot operate on DataFlash unless jffs2 DataFlash support is compiled in");
552 errorf(fc, "Too few erase blocks (%d)",
/linux-master/fs/ntfs3/
H A Dsuper.c419 errorf(fc,
427 errorf(fc, "ntfs3: Cannot load iocharset %s",
438 errorf(fc,
1189 errorf(fc, "Cannot load nls %s", options->nls_name);
/linux-master/fs/nfs/
H A Dinternal.h157 errorf(fc, fmt, ## __VA_ARGS__) : \
161 errorf(fc, fmt, ## __VA_ARGS__) : \
/linux-master/fs/romfs/
H A Dsuper.c510 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n",
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c578 .errorf = nouveau_drm_errorf,
/linux-master/fs/udf/
H A Dsuper.c631 errorf(fc, "iocharset %s not found",

Completed in 221 milliseconds