Home
last modified time | relevance | path

Searched refs:invalfc (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/cgroup/
H A Dcgroup-v1.c960 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 Dparams.c303 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 Dbinderfs.c286 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 Dfs_context.h252 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux/fs/erofs/
H A Dsuper.c728 return invalfc(fc, "fsoffset %llu is not aligned to block size %lu", in erofs_fc_fill_super()
/linux/fs/resctrl/
H A Drdtgroup.c3359 return invalfc(fc, msg); in rdt_parse_param()