/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 938 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param() 943 return invalfc(fc, "Unknown subsys name '%s'", param->key); in cgroup1_parse_param() 977 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param() 983 return invalfc(fc, "Setting release_agent not allowed"); in cgroup1_parse_param() 993 return invalfc(fc, "Empty name"); in cgroup1_parse_param() 995 return invalfc(fc, "Name too long"); in cgroup1_parse_param() 1003 return invalfc(fc, "Invalid name"); in cgroup1_parse_param() 1007 return invalfc(fc, "name respecified"); in cgroup1_parse_param() 1042 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options() 1052 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options() [all …]
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 267 return invalfc(fc, "separator ':' missing in source"); in ceph_parse_old_source() 296 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source() 307 return invalfc(fc, "missing file system name"); in ceph_parse_new_source() 310 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source() 316 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source() 354 return invalfc(fc, "Empty source"); in ceph_parse_source() 374 return invalfc(fc, "Path missing in source"); in ceph_parse_source() 431 return invalfc(fc, "snapdirname too long"); in ceph_parse_mount_param() 438 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param() 454 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param() [all …]
|
/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 284 return invalfc(fc, "%s is not a directory", name); in ovl_mount_dir_check() 293 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name); in ovl_mount_dir_check() 296 return invalfc(fc, "filesystem on %s not supported", name); in ovl_mount_dir_check() 305 return invalfc(fc, "filesystem on %s not supported as upperdir", name); in ovl_mount_dir_check() 307 return invalfc(fc, "filesystem on %s is read-only", name); in ovl_mount_dir_check() 310 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir"); in ovl_mount_dir_check() 312 return invalfc(fc, "regular lower layers cannot follow data layers"); in ovl_mount_dir_check() 314 return invalfc(fc, "too many lower directories, limit is %d", in ovl_mount_dir_check() 547 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
|
/openbmc/linux/fs/fuse/ |
H A D | inode.c | 765 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param() 775 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param() 782 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param() 794 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param() 802 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param() 808 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param() 816 return invalfc(fsc, "Invalid group_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()
|
/openbmc/linux/fs/gfs2/ |
H A D | ops_fstype.c | 1486 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param() 1516 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param() 1521 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param() 1526 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param() 1531 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param() 1536 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param() 1550 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
|
/openbmc/linux/drivers/android/ |
H A D | binderfs.c | 293 return invalfc(fc, "Bad value for '%s'", param->key); in binderfs_fs_context_parse_param() 304 return invalfc(fc, "Unsupported parameter '%s'", param->key); in binderfs_fs_context_parse_param() 316 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount"); in binderfs_fs_context_reconfigure()
|
/openbmc/linux/include/linux/ |
H A D | fs_context.h | 235 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
/openbmc/linux/mm/ |
H A D | shmem.c | 3995 return invalfc(fc, in shmem_parse_one() 4003 return invalfc(fc, in shmem_parse_one() 4011 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4017 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4023 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4032 return invalfc(fc, in shmem_parse_one() 4041 return invalfc(fc, in shmem_parse_one() 4050 return invalfc(fc, in shmem_parse_one() 4059 return invalfc(fc, in shmem_parse_one() 4067 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one() [all …]
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1472 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()
|