| /linux/kernel/cgroup/ |
| A D | cgroup-v1.c | 948 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param() 987 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param() 1003 return invalfc(fc, "Empty name"); in cgroup1_parse_param() 1005 return invalfc(fc, "Name too long"); in cgroup1_parse_param() 1013 return invalfc(fc, "Invalid name"); in cgroup1_parse_param() 1017 return invalfc(fc, "name respecified"); in cgroup1_parse_param() 1053 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options() 1063 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options() 1071 return invalfc(fc, "noprefix used incorrectly"); in check_cgroupfs_options() 1075 return invalfc(fc, "none used incorrectly"); in check_cgroupfs_options() [all …]
|
| /linux/fs/overlayfs/ |
| A D | params.c | 280 return invalfc(fc, "%s is not a directory", name); in ovl_mount_dir_check() 289 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name); in ovl_mount_dir_check() 292 return invalfc(fc, "filesystem on %s not supported", name); in ovl_mount_dir_check() 301 return invalfc(fc, "filesystem on %s not supported as upperdir", name); in ovl_mount_dir_check() 303 return invalfc(fc, "filesystem on %s is read-only", name); in ovl_mount_dir_check() 306 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir"); in ovl_mount_dir_check() 308 return invalfc(fc, "regular lower layers cannot follow data layers"); in ovl_mount_dir_check() 310 return invalfc(fc, "too many lower directories, limit is %d", in ovl_mount_dir_check() 543 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
|
| /linux/fs/ceph/ |
| A D | super.c | 298 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source() 303 return invalfc(fc, "missing file system name"); in ceph_parse_new_source() 306 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source() 312 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source() 350 return invalfc(fc, "Empty source"); in ceph_parse_source() 370 return invalfc(fc, "Path missing in source"); in ceph_parse_source() 432 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param() 448 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param() 619 return invalfc(fc, "%s out of range", param->key); in ceph_parse_mount_param() 1306 return invalfc(fc, "No source"); in ceph_get_tree() [all …]
|
| /linux/fs/gfs2/ |
| A D | ops_fstype.c | 1472 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/drivers/android/ |
| A D | binderfs.c | 294 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/fs/fuse/ |
| A D | inode.c | 769 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param() 779 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param() 786 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param() 798 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param() 810 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param() 822 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param() 841 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_parse_param()
|
| /linux/include/linux/ |
| A D | fs_context.h | 241 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
| /linux/mm/ |
| A D | shmem.c | 4316 return invalfc(fc, in shmem_parse_one() 4324 return invalfc(fc, in shmem_parse_one() 4332 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4338 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4353 return invalfc(fc, in shmem_parse_one() 4362 return invalfc(fc, in shmem_parse_one() 4371 return invalfc(fc, in shmem_parse_one() 4380 return invalfc(fc, in shmem_parse_one() 4388 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one() 4390 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one() [all …]
|
| /linux/fs/debugfs/ |
| A D | inode.c | 133 return invalfc(fc, "Multiple sources specified"); in debugfs_parse_param()
|
| /linux/kernel/bpf/ |
| A D | inode.c | 941 return invalfc(fc, "Bad value for '%s'", param->key); in bpf_parse_param()
|
| /linux/fs/hugetlbfs/ |
| A D | inode.c | 1430 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| A D | rdtgroup.c | 2773 return invalfc(fc, msg); in rdt_parse_param()
|