/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup-v1.c | 946 return invalfc(fc, "Disabled controller '%s'", 951 return invalfc(fc, "Unknown subsys name '%s'", param->key); 979 return invalfc(fc, "release_agent respecified"); 985 return invalfc(fc, "Setting release_agent not allowed"); 995 return invalfc(fc, "Empty name"); 997 return invalfc(fc, "Name too long"); 1005 return invalfc(fc, "Invalid name"); 1009 return invalfc(fc, "name respecified"); 1044 return invalfc(fc, "subsys name conflicts with all"); 1054 return invalfc(f [all...] |
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup-v1.c | 943 return invalfc(fc, "Disabled controller '%s'", 948 return invalfc(fc, "Unknown subsys name '%s'", param->key); 982 return invalfc(fc, "release_agent respecified"); 988 return invalfc(fc, "Setting release_agent not allowed"); 998 return invalfc(fc, "Empty name"); 1000 return invalfc(fc, "Name too long"); 1008 return invalfc(fc, "Invalid name"); 1012 return invalfc(fc, "name respecified"); 1047 return invalfc(fc, "subsys name conflicts with all"); 1057 return invalfc(f [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 267 return invalfc(fc, "separator ':' missing in source"); in ceph_parse_old_source() 294 return invalfc(fc, "missing cluster fsid"); in ceph_parse_new_source() 299 return invalfc(fc, "missing file system name"); in ceph_parse_new_source() 302 return invalfc(fc, "Invalid FSID"); in ceph_parse_new_source() 308 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_new_source() 346 return invalfc(fc, "Empty source"); in ceph_parse_source() 366 return invalfc(fc, "Path missing in source"); in ceph_parse_source() 428 return invalfc(fc, "Mismatching mds_namespace"); in ceph_parse_mount_param() 444 return invalfc(fc, "Multiple sources specified"); in ceph_parse_mount_param() 537 return invalfc(f in ceph_parse_mount_param() [all...] |
/kernel/linux/linux-6.6/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() 575 return invalfc(fc, "No changes allowed in reconfigure"); in ovl_parse_param()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 248 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/drivers/android/ |
H A D | binderfs.c | 285 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-6.6/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()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | ops_fstype.c | 1444 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()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | inode.c | 549 return invalfc(fc, "No changes allowed in reconfigure"); in fuse_parse_param() 559 return invalfc(fc, "Multiple sources specified"); in fuse_parse_param() 566 return invalfc(fc, "Multiple subtypes specified"); in fuse_parse_param() 578 return invalfc(fc, "Invalid rootmode"); in fuse_parse_param() 586 return invalfc(fc, "Invalid user_id"); in fuse_parse_param() 593 return invalfc(fc, "Invalid group_id"); in fuse_parse_param() 611 return invalfc(fc, "blksize only supported for fuseblk"); in fuse_parse_param()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | ops_fstype.c | 1488 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param() 1518 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param() 1523 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param() 1528 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param() 1533 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param() 1538 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param() 1552 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | inode.c | 763 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param() 773 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param() 780 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param() 792 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param() 800 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param() 807 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param() 825 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_parse_param()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 248 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 235 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 3994 return invalfc(fc, in shmem_parse_one() 4002 return invalfc(fc, in shmem_parse_one() 4010 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4016 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4022 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported"); in shmem_parse_one() 4031 return invalfc(fc, in shmem_parse_one() 4040 return invalfc(fc, in shmem_parse_one() 4049 return invalfc(fc, in shmem_parse_one() 4058 return invalfc(fc, in shmem_parse_one() 4066 return invalfc(f in shmem_parse_one() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 3545 return invalfc(fc, in shmem_parse_one() 3555 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one() 3557 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one() 3671 return invalfc(fc, "%s", err); in shmem_reconfigure()
|
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
H A D | inode.c | 1303 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()
|
/kernel/linux/linux-6.6/fs/hugetlbfs/ |
H A D | inode.c | 1472 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()
|