Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup-v1.c948 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param()
953 return invalfc(fc, "Unknown subsys name '%s'", param->key); in cgroup1_parse_param()
987 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param()
993 return invalfc(fc, "Setting release_agent not allowed"); in cgroup1_parse_param()
1003 return invalfc(fc, "Empty name"); in cgroup1_parse_param()
1005 return invalfc(fc, "Name too long"); in cgroup1_parse_param()
1013 return invalfc(fc, "Invalid name"); in cgroup1_parse_param()
1017 return invalfc(fc, "name respecified"); in cgroup1_parse_param()
1053 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options()
1063 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options()
[all …]
/linux/fs/overlayfs/
H A Dparams.c280 return invalfc(fc, "%s is not a directory", name); in ovl_mount_dir_check()
289 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name); in ovl_mount_dir_check()
292 return invalfc(fc, "filesystem on %s not supported", name); in ovl_mount_dir_check()
301 return invalfc(fc, "filesystem on %s not supported as upperdir", name); in ovl_mount_dir_check()
303 return invalfc(fc, "filesystem on %s is read-only", name); in ovl_mount_dir_check()
306 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir"); in ovl_mount_dir_check()
308 return invalfc(fc, "regular lower layers cannot follow data layers"); in ovl_mount_dir_check()
310 return invalfc(fc, "too many lower directories, limit is %d", in ovl_mount_dir_check()
609 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
/linux/fs/ceph/
H A Dsuper.c271 return invalfc(fc, "separator ':' missing in source"); in ceph_parse_old_source()
300 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source()
311 return invalfc(fc, "missing file system name"); in ceph_parse_new_source()
314 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source()
320 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source()
358 return invalfc(fc, "Empty source"); in ceph_parse_source()
378 return invalfc(fc, "Path missing in source"); in ceph_parse_source()
435 return invalfc(fc, "snapdirname too long"); in ceph_parse_mount_param()
442 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param()
458 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param()
[all …]
/linux/fs/gfs2/
H A Dops_fstype.c1472 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1502 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param()
1507 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param()
1512 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param()
1517 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param()
1522 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1536 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
/linux/drivers/android/
H A Dbinderfs.c297 return invalfc(fc, "Bad value for '%s'", param->key); in binderfs_fs_context_parse_param()
308 return invalfc(fc, "Unsupported parameter '%s'", param->key); in binderfs_fs_context_parse_param()
320 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount"); in binderfs_fs_context_reconfigure()
/linux/mm/
H A Dshmem.c4560 return invalfc(fc, "Only UTF-8 encodings are supported " in shmem_parse_opt_casefold()
4565 return invalfc(fc, "Invalid UTF-8 version: %s", version_str); in shmem_parse_opt_casefold()
4571 return invalfc(fc, "Failed loading UTF-8 version: utf8-%u.%u.%u\n", in shmem_parse_opt_casefold()
4587 return invalfc(fc, "tmpfs: Kernel not built with CONFIG_UNICODE\n"); in shmem_parse_opt_casefold()
4681 return invalfc(fc, in shmem_parse_one()
4689 return invalfc(fc, in shmem_parse_one()
4697 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one()
4703 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one()
4709 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one()
4718 return invalfc(fc, in shmem_parse_one()
[all …]
/linux/include/linux/
H A Dfs_context.h241 #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.c941 return invalfc(fc, "Bad value for '%s'", param->key); in bpf_parse_param()
/linux/fs/hugetlbfs/
H A Dinode.c1364 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()