Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/cgroup/
A Dcgroup-v1.c939 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param()
978 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param()
994 return invalfc(fc, "Empty name"); in cgroup1_parse_param()
996 return invalfc(fc, "Name too long"); in cgroup1_parse_param()
1004 return invalfc(fc, "Invalid name"); in cgroup1_parse_param()
1008 return invalfc(fc, "name respecified"); in cgroup1_parse_param()
1043 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options()
1053 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options()
1061 return invalfc(fc, "noprefix used incorrectly"); in check_cgroupfs_options()
1065 return invalfc(fc, "none used incorrectly"); in check_cgroupfs_options()
[all …]
/linux-6.3-rc2/fs/ceph/
A Dsuper.c287 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source()
292 return invalfc(fc, "missing file system name"); in ceph_parse_new_source()
295 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source()
301 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source()
339 return invalfc(fc, "Empty source"); in ceph_parse_source()
359 return invalfc(fc, "Path missing in source"); in ceph_parse_source()
421 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param()
437 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param()
585 return invalfc(fc, "%s out of range", param->key); in ceph_parse_mount_param()
1211 return invalfc(fc, "No source"); in ceph_get_tree()
[all …]
/linux-6.3-rc2/fs/gfs2/
A Dops_fstype.c1479 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1509 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param()
1514 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param()
1519 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param()
1524 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param()
1529 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1543 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
/linux-6.3-rc2/drivers/android/
A Dbinderfs.c294 return invalfc(fc, "Bad value for '%s'", param->key); in binderfs_fs_context_parse_param()
305 return invalfc(fc, "Unsupported parameter '%s'", param->key); in binderfs_fs_context_parse_param()
317 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount"); in binderfs_fs_context_reconfigure()
/linux-6.3-rc2/fs/fuse/
A Dinode.c688 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param()
698 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param()
705 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param()
717 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param()
725 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param()
732 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param()
750 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_parse_param()
/linux-6.3-rc2/include/linux/
A Dfs_context.h234 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux-6.3-rc2/mm/
A Dshmem.c3564 return invalfc(fc, in shmem_parse_one()
3574 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one()
3576 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one()
3693 return invalfc(fc, "%s", err); in shmem_reconfigure()
/linux-6.3-rc2/fs/hugetlbfs/
A Dinode.c1419 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()

Completed in 35 milliseconds