Searched refs:invalfc (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/cgroup/ |
A D | cgroup-v1.c | 923 return invalfc(fc, "Disabled controller '%s'", in cgroup1_parse_param() 956 return invalfc(fc, "release_agent respecified"); in cgroup1_parse_param() 966 return invalfc(fc, "Empty name"); in cgroup1_parse_param() 968 return invalfc(fc, "Name too long"); in cgroup1_parse_param() 976 return invalfc(fc, "Invalid name"); in cgroup1_parse_param() 980 return invalfc(fc, "name respecified"); in cgroup1_parse_param() 1015 return invalfc(fc, "subsys name conflicts with all"); in check_cgroupfs_options() 1025 return invalfc(fc, "Need name or subsystem set"); in check_cgroupfs_options() 1033 return invalfc(fc, "noprefix used incorrectly"); in check_cgroupfs_options() 1037 return invalfc(fc, "none used incorrectly"); in check_cgroupfs_options() [all …]
|
/linux/fs/ceph/ |
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() 1073 return invalfc(fc, "No source"); in ceph_get_tree()
|
/linux/fs/gfs2/ |
A D | ops_fstype.c | 1468 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param() 1498 return invalfc(fc, "commit mount option requires a positive numeric argument"); in gfs2_parse_param() 1503 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument"); in gfs2_parse_param() 1508 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument"); in gfs2_parse_param() 1513 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100"); in gfs2_parse_param() 1518 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive"); in gfs2_parse_param() 1532 return invalfc(fc, "invalid mount option: %s", param->key); in gfs2_parse_param()
|
/linux/fs/fuse/ |
A D | inode.c | 667 return invalfc(fsc, "No changes allowed in reconfigure"); in fuse_parse_param() 677 return invalfc(fsc, "Multiple sources specified"); in fuse_parse_param() 684 return invalfc(fsc, "Multiple subtypes specified"); in fuse_parse_param() 696 return invalfc(fsc, "Invalid rootmode"); in fuse_parse_param() 704 return invalfc(fsc, "Invalid user_id"); in fuse_parse_param() 711 return invalfc(fsc, "Invalid group_id"); in fuse_parse_param() 729 return invalfc(fsc, "blksize only supported for fuseblk"); in fuse_parse_param()
|
/linux/drivers/android/ |
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()
|
/linux/include/linux/ |
A D | fs_context.h | 246 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
|
/linux/mm/ |
A D | shmem.c | 3409 return invalfc(fc, in shmem_parse_one() 3419 return invalfc(fc, "Unsupported parameter '%s'", param->key); in shmem_parse_one() 3421 return invalfc(fc, "Bad value for '%s'", param->key); in shmem_parse_one() 3537 return invalfc(fc, "%s", err); in shmem_reconfigure()
|
/linux/fs/hugetlbfs/ |
A D | inode.c | 1291 return invalfc(fc, "Bad value '%s' for mount option '%s'\n", in hugetlbfs_parse_param()
|
Completed in 25 milliseconds