Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-v1.c945 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param()
950 return invalfc(fc, "Unknown subsys name '%s'", param->key); in cgroup1_parse_param()
978 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param()
984 return invalfc(fc, "Setting release_agent not allowed"); 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()
[all …]
/OK3568_Linux_fs/kernel/fs/ceph/
H A 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()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dops_fstype.c1444 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1474 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param()
1479 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param()
1484 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param()
1489 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param()
1494 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param()
1507 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c550 return invalfc(fc, "No changes allowed in reconfigure"); in fuse_parse_param()
560 return invalfc(fc, "Multiple sources specified"); in fuse_parse_param()
567 return invalfc(fc, "Multiple subtypes specified"); in fuse_parse_param()
579 return invalfc(fc, "Invalid rootmode"); in fuse_parse_param()
587 return invalfc(fc, "Invalid user_id"); in fuse_parse_param()
594 return invalfc(fc, "Invalid group_id"); in fuse_parse_param()
612 return invalfc(fc, "blksize only supported for fuseblk"); in fuse_parse_param()
/OK3568_Linux_fs/kernel/drivers/android/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_context.h246 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c3494 return invalfc(fc, in shmem_parse_one()
3504 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one()
3506 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one()
3620 return invalfc(fc, "%s", err); in shmem_reconfigure()
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c1303 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()