Home
last modified time | relevance | path

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

/linux-6.15/kernel/cgroup/
H A Dcgroup-v1.c955 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param()
994 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param()
1010 return invalfc(fc, "Empty name"); in cgroup1_parse_param()
1012 return invalfc(fc, "Name too long"); in cgroup1_parse_param()
1020 return invalfc(fc, "Invalid name"); in cgroup1_parse_param()
1024 return invalfc(fc, "name respecified"); in cgroup1_parse_param()
1060 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options()
1070 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options()
1078 return invalfc(fc, "noprefix used incorrectly"); in check_cgroupfs_options()
1082 return invalfc(fc, "none used incorrectly"); in check_cgroupfs_options()
[all …]
/linux-6.15/fs/overlayfs/
H A Dparams.c282 return invalfc(fc, "%s is not a directory", name); in ovl_mount_dir_check()
291 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name); in ovl_mount_dir_check()
294 return invalfc(fc, "filesystem on %s not supported", name); in ovl_mount_dir_check()
303 return invalfc(fc, "filesystem on %s not supported as upperdir", name); in ovl_mount_dir_check()
305 return invalfc(fc, "filesystem on %s is read-only", name); in ovl_mount_dir_check()
308 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir"); in ovl_mount_dir_check()
310 return invalfc(fc, "regular lower layers cannot follow data layers"); in ovl_mount_dir_check()
312 return invalfc(fc, "too many lower directories, limit is %d", in ovl_mount_dir_check()
611 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
/linux-6.15/fs/ceph/
H A Dsuper.c300 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()
629 return invalfc(fc, "%s out of range", param->key); in ceph_parse_mount_param()
1316 return invalfc(fc, "No source"); in ceph_get_tree()
[all …]
/linux-6.15/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-6.15/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-6.15/mm/
H A Dshmem.c4547 return invalfc(fc, "Only UTF-8 encodings are supported " in shmem_parse_opt_casefold()
4552 return invalfc(fc, "Invalid UTF-8 version: %s", version_str); in shmem_parse_opt_casefold()
4668 return invalfc(fc, in shmem_parse_one()
4676 return invalfc(fc, in shmem_parse_one()
4705 return invalfc(fc, in shmem_parse_one()
4714 return invalfc(fc, in shmem_parse_one()
4723 return invalfc(fc, in shmem_parse_one()
4732 return invalfc(fc, in shmem_parse_one()
4751 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one()
4753 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one()
[all …]
/linux-6.15/fs/fuse/
H A Dinode.c805 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param()
815 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param()
822 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param()
834 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param()
846 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param()
858 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param()
877 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_parse_param()
/linux-6.15/include/linux/
H A Dfs_context.h239 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux-6.15/fs/debugfs/
H A Dinode.c133 return invalfc(fc, "Multiple sources specified"); in debugfs_parse_param()
/linux-6.15/kernel/bpf/
H A Dinode.c941 return invalfc(fc, "Bad value for '%s'", param->key); in bpf_parse_param()
/linux-6.15/fs/hugetlbfs/
H A Dinode.c1366 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2882 return invalfc(fc, msg); in rdt_parse_param()