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.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/fs/ceph/
H A Dsuper.c261 return invalfc(fc, "separator ':' missing in source"); in ceph_parse_old_source()
290 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source()
301 return invalfc(fc, "missing file system name"); in ceph_parse_new_source()
304 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source()
310 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source()
348 return invalfc(fc, "Empty source"); in ceph_parse_source()
368 return invalfc(fc, "Path missing in source"); in ceph_parse_source()
425 return invalfc(fc, "snapdirname too long"); in ceph_parse_mount_param()
432 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param()
448 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/fs/fuse/
H A Dinode.c811 return invalfc(fsc, "fd is not a fuse device"); in fuse_opt_fd()
817 return invalfc(fsc, "wrong user namespace for fuse device"); in fuse_opt_fd()
841 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param()
851 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param()
858 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param()
876 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param()
888 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param()
900 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param()
919 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_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/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/fs/gfs2/
H A Dops_fstype.c1476 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1506 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param()
1511 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param()
1516 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param()
1521 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param()
1526 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1540 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
/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.c722 return invalfc(fc, "fsoffset %llu is not aligned to block size %lu", in erofs_fc_fill_super()
725 return invalfc(fc, "cannot use fsoffset in fscache mode"); in erofs_fc_fill_super()
/linux/fs/debugfs/
H A Dinode.c133 return invalfc(fc, "Multiple sources specified"); in debugfs_parse_param()
/linux/kernel/bpf/
H A Dinode.c928 return invalfc(fc, "Bad value for '%s'", param->key); in bpf_parse_param()