Searched refs:invalf (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/proc/ |
| H A D | root.c | 68 return invalf(fc, "proc: unexpected type of hidepid value\n"); in proc_parse_hidepid_param() 72 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param() 86 return invalf(fc, "proc: unknown value of hidepid - %s\n", param->string); in proc_parse_hidepid_param() 105 return invalf(fc, "proc: unsupported subset option - %s\n", value); in proc_parse_subset_param()
|
| /linux/fs/jffs2/ |
| H A D | super.c | 206 return invalf(fc, "jffs2: rp_size unrepresentable"); in jffs2_parse_param() 271 return invalf(fc, "jffs2: Too large reserve pool specified, max is %llu KB", in jffs2_fill_super()
|
| /linux/drivers/mtd/ |
| H A D | mtdsuper.c | 107 return invalf(fc, "No source specified"); in get_tree_mtd()
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 218 return invalf(fc, "Unknown uid"); in hypfs_parse_param() 224 return invalf(fc, "Unknown gid"); in hypfs_parse_param()
|
| /linux/include/linux/ |
| H A D | fs_context.h | 250 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 613 return invalf(fc, "Unknown uid"); in spufs_parse_param() 619 return invalf(fc, "Unknown gid"); in spufs_parse_param()
|
| /linux/fs/efs/ |
| H A D | super.c | 257 return invalf(fc, "device does not support %d byte blocks\n", in efs_fill_super()
|
| /linux/fs/nfs/ |
| H A D | internal.h | 173 invalf(fc, fmt, ## __VA_ARGS__) : \ 177 invalf(fc, fmt, ## __VA_ARGS__) : \
|
| /linux/fs/devpts/ |
| H A D | inode.c | 251 return invalf(fc, "max out of range"); in devpts_parse_param()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 462 return invalf(fc, "Device name not specified.\n"); in orangefs_get_tree()
|
| /linux/fs/afs/ |
| H A D | super.c | 233 return invalf(fc, "kAFS: Multiple sources not supported"); in afs_parse_source()
|
| /linux/fs/erofs/ |
| H A D | super.c | 809 return invalf(fc, "No source specified"); in erofs_fc_get_tree()
|
| /linux/fs/ |
| H A D | super.c | 1671 return invalf(fc, "No source specified"); in get_tree_bdev_flags()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 2010 return invalf(fc, "%s: unmapped value: %u", param->key, result.uint_32); in ffs_fs_parse_param() 2023 return invalf(fc, "No source specified"); in ffs_fs_get_tree()
|