Searched refs:invalfc (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | cgroup-v1.c | 960 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param() 965 return invalfc(fc, "Unknown subsys name '%s'", param->key); in cgroup1_parse_param() 999 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param() 1005 return invalfc(fc, "Setting release_agent not allowed"); in cgroup1_parse_param() 1015 return invalfc(fc, "Empty name"); in cgroup1_parse_param() 1017 return invalfc(fc, "Name too long"); in cgroup1_parse_param() 1025 return invalfc(fc, "Invalid name"); in cgroup1_parse_param() 1029 return invalfc(fc, "name respecified"); in cgroup1_parse_param() 1065 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options() 1075 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options() [all …]
|
| /linux/fs/overlayfs/ |
| H A D | params.c | 303 return invalfc(fc, "%s is not a directory", name); in ovl_mount_dir_check() 315 return invalfc(fc, "case-%ssensitive directory on %s is inconsistent", in ovl_mount_dir_check() 320 return invalfc(fc, "filesystem on %s not supported", name); in ovl_mount_dir_check() 329 return invalfc(fc, "filesystem on %s not supported as upperdir", name); in ovl_mount_dir_check() 331 return invalfc(fc, "filesystem on %s is read-only", name); in ovl_mount_dir_check() 334 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir"); in ovl_mount_dir_check() 336 return invalfc(fc, "regular lower layers cannot follow data layers"); in ovl_mount_dir_check() 338 return invalfc(fc, "too many lower directories, limit is %d", in ovl_mount_dir_check() 637 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 286 return invalfc(fc, "Bad value for '%s'", param->key); in binderfs_fs_context_parse_param() 297 return invalfc(fc, "Unsupported parameter '%s'", param->key); in binderfs_fs_context_parse_param() 309 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount"); in binderfs_fs_context_reconfigure()
|
| /linux/include/linux/ |
| H A D | fs_context.h | 252 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
| /linux/fs/erofs/ |
| H A D | super.c | 728 return invalfc(fc, "fsoffset %llu is not aligned to block size %lu", in erofs_fc_fill_super()
|
| /linux/fs/resctrl/ |
| H A D | rdtgroup.c | 3359 return invalfc(fc, msg); in rdt_parse_param()
|