Home
last modified time | relevance | path

Searched refs:invalfc (Results 1 – 12 of 12) 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.c284 return invalfc(fc, "%s is not a directory", name); in ovl_mount_dir_check()
296 return invalfc(fc, "case-%ssensitive directory on %s is inconsistent", in ovl_mount_dir_check()
301 return invalfc(fc, "filesystem on %s not supported", name); in ovl_mount_dir_check()
310 return invalfc(fc, "filesystem on %s not supported as upperdir", name); in ovl_mount_dir_check()
312 return invalfc(fc, "filesystem on %s is read-only", name); in ovl_mount_dir_check()
315 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir"); in ovl_mount_dir_check()
317 return invalfc(fc, "regular lower layers cannot follow data layers"); in ovl_mount_dir_check()
319 return invalfc(fc, "too many lower directories, limit is %d", in ovl_mount_dir_check()
618 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
/linux/fs/ceph/
H A Dsuper.c260 return invalfc(fc, "separator ':' missing in source"); in ceph_parse_old_source()
289 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source()
300 return invalfc(fc, "missing file system name"); in ceph_parse_new_source()
303 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source()
309 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source()
347 return invalfc(fc, "Empty source"); in ceph_parse_source()
367 return invalfc(fc, "Path missing in source"); in ceph_parse_source()
424 return invalfc(fc, "snapdirname too long"); in ceph_parse_mount_param()
431 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param()
447 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param()
[all …]
/linux/fs/proc/
H A Droot.c144 return invalfc(fc, "pidns argument is not an nsfs file"); in proc_parse_pidns_param()
147 return invalfc(fc, "pidns argument is not a pidns file"); in proc_parse_pidns_param()
159 return invalfc(fc, "cannot set pidns to non-descendant pidns"); in proc_parse_pidns_param()
/linux/drivers/android/binder/
H A Drust_binderfs.c277 return invalfc(fc, "Bad value for '%s'", param->key); in binderfs_fs_context_parse_param()
288 return invalfc(fc, "Unsupported parameter '%s'", param->key); in binderfs_fs_context_parse_param()
300 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount"); in binderfs_fs_context_reconfigure()
/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/mm/
H A Dshmem.c4552 return invalfc(fc, "Only UTF-8 encodings are supported " in shmem_parse_opt_casefold()
4557 return invalfc(fc, "Invalid UTF-8 version: %s", version_str); in shmem_parse_opt_casefold()
4563 return invalfc(fc, "Failed loading UTF-8 version: utf8-%u.%u.%u\n", in shmem_parse_opt_casefold()
4579 return invalfc(fc, "tmpfs: Kernel not built with CONFIG_UNICODE\n");
4673 return invalfc(fc, in shmem_parse_one()
4681 return invalfc(fc, in shmem_parse_one()
4688 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one()
4694 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one()
4700 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one()
4709 return invalfc(f in shmem_parse_one()
[all...]
/linux/fs/fuse/
H A Dinode.c819 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param()
829 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param()
836 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param()
848 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param()
860 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param()
872 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param()
891 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_parse_param()
/linux/include/linux/
H A Dfs_context.h252 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux/fs/debugfs/
H A Dinode.c133 return invalfc(fc, "Multiple sources specified"); in debugfs_parse_param()
/linux/kernel/bpf/
H A Dinode.c936 return invalfc(fc, "Bad value for '%s'", param->key); in bpf_parse_param()
/linux/fs/hugetlbfs/
H A Dinode.c1370 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()