Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup-v1.c943 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param()
948 return invalfc(fc, "Unknown subsys name '%s'", param->key); in cgroup1_parse_param()
976 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param()
982 return invalfc(fc, "Setting release_agent not allowed"); in cgroup1_parse_param()
992 return invalfc(fc, "Empty name"); in cgroup1_parse_param()
994 return invalfc(fc, "Name too long"); in cgroup1_parse_param()
1002 return invalfc(fc, "Invalid name"); in cgroup1_parse_param()
1006 return invalfc(fc, "name respecified"); in cgroup1_parse_param()
1041 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options()
1051 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options()
[all …]
/kernel/linux/linux-5.10/fs/ceph/
Dsuper.c248 return invalfc(fc, "Empty source"); in ceph_parse_source()
268 return invalfc(fc, "No path or : separator in source"); in ceph_parse_source()
324 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param()
415 return invalfc(fc, "fscache support is disabled"); in ceph_parse_mount_param()
446 return invalfc(fc, "POSIX ACL support is disabled"); in ceph_parse_mount_param()
464 return invalfc(fc, "%s out of range", param->key); in ceph_parse_mount_param()
1068 return invalfc(fc, "No source"); in ceph_get_tree()
/kernel/linux/linux-5.10/fs/fuse/
Dinode.c543 return invalfc(fc, "No changes allowed in reconfigure"); in fuse_parse_param()
553 return invalfc(fc, "Multiple sources specified"); in fuse_parse_param()
560 return invalfc(fc, "Multiple subtypes specified"); in fuse_parse_param()
572 return invalfc(fc, "Invalid rootmode"); in fuse_parse_param()
580 return invalfc(fc, "Invalid user_id"); in fuse_parse_param()
587 return invalfc(fc, "Invalid group_id"); in fuse_parse_param()
605 return invalfc(fc, "blksize only supported for fuseblk"); in fuse_parse_param()
/kernel/linux/linux-5.10/fs/gfs2/
Dops_fstype.c1439 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1469 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param()
1474 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param()
1479 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param()
1484 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param()
1489 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1502 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
/kernel/linux/linux-5.10/drivers/android/
Dbinderfs.c285 return invalfc(fc, "Bad value for '%s'", param->key); in binderfs_fs_context_parse_param()
296 return invalfc(fc, "Unsupported parameter '%s'", param->key); in binderfs_fs_context_parse_param()
308 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount"); in binderfs_fs_context_reconfigure()
/kernel/linux/linux-5.10/include/linux/
Dfs_context.h248 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/kernel/linux/linux-5.10/mm/
Dshmem.c3525 return invalfc(fc, in shmem_parse_one()
3535 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one()
3537 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one()
3651 return invalfc(fc, "%s", err); in shmem_reconfigure()
/kernel/linux/linux-5.10/fs/hugetlbfs/
Dinode.c1302 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()