Searched refs:invalf (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/
H A Dfs_context.c100 return invalf(fc, "Non-string source");
103 return invalf(fc, "Multiple sources");
132 return invalf(fc, "Unnamed parameter\n");
158 return invalf(fc, "%s: Unknown parameter '%s'",
588 return invalf(fc, "VFS: Legacy: Can't mix monolithic and individual options");
598 return invalf(fc, "VFS: Legacy: Parameter type for '%s' not supported",
603 return invalf(fc, "VFS: Legacy: Cumulative options too large");
607 return invalf(fc, "VFS: Legacy: Option '%s' contained comma",
H A Dfs_parser.c166 return invalf(fc, "%s: not usable as path", param->key);
H A Dsuper.c1591 return invalf(fc, "No source specified");
/linux-master/fs/proc/
H A Droot.c66 return invalf(fc, "proc: unexpected type of hidepid value\n");
70 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
84 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string);
103 return invalf(fc, "proc: unsupported subset option - %s\n", value);
/linux-master/fs/coda/
H A Dinode.c135 return invalf(fc, "code: Not coda psdev");
142 return invalf(fc, "coda: Bad minor number");
173 return invalf(fc, "coda: Bad mount data");
176 return invalf(fc, "coda: Bad mount version");
/linux-master/drivers/mtd/
H A Dmtdsuper.c107 return invalf(fc, "No source specified");
/linux-master/fs/jffs2/
H A Dsuper.c205 return invalf(fc, "jffs2: rp_size unrepresentable");
270 return invalf(fc, "jffs2: Too large reserve pool specified, max is %llu KB",
/linux-master/arch/s390/hypfs/
H A Dinode.c234 return invalf(fc, "Unknown uid");
240 return invalf(fc, "Unknown gid");
/linux-master/fs/autofs/
H A Dinode.c350 return invalf(fc, "Could not find process group %d",
382 return invalf(fc, "No control pipe specified");
/linux-master/include/linux/
H A Dfs_context.h226 * invalf - Store supplementary invalid argument error message
233 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux-master/fs/ntfs3/
H A Dsuper.c324 return invalf(fc, "ntfs3: Invalid value for uid.");
329 return invalf(fc, "ntfs3: Invalid value for gid.");
333 return invalf(fc, "ntfs3: Invalid value for umask.");
341 return invalf(fc, "ntfs3: Invalid value for dmask.");
347 return invalf(fc, "ntfs3: Invalid value for fmask.");
380 return invalf(
432 return invalf(
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c626 return invalf(fc, "Unknown uid");
632 return invalf(fc, "Unknown gid");
/linux-master/fs/nfs/
H A Dinternal.h165 invalf(fc, fmt, ## __VA_ARGS__) : \
169 invalf(fc, fmt, ## __VA_ARGS__) : \
/linux-master/fs/afs/
H A Dsuper.c235 return invalf(fc, "kAFS: Multiple sources not supported");
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2003 return invalf(fc, "%s: unmapped value: %u", param->key, result.uint_32);
2016 return invalf(fc, "No source specified");

Completed in 300 milliseconds