Searched refs:invalfc (Results 1 - 11 of 11) sorted by relevance

/linux-master/kernel/cgroup/
H A Dcgroup-v1.c938 return invalfc(fc, "Disabled controller '%s'",
943 return invalfc(fc, "Unknown subsys name '%s'", param->key);
977 return invalfc(fc, "release_agent respecified");
983 return invalfc(fc, "Setting release_agent not allowed");
993 return invalfc(fc, "Empty name");
995 return invalfc(fc, "Name too long");
1003 return invalfc(fc, "Invalid name");
1007 return invalfc(fc, "name respecified");
1042 return invalfc(fc, "subsys name conflicts with all");
1052 return invalfc(f
[all...]
/linux-master/fs/ceph/
H A Dsuper.c270 return invalfc(fc, "separator ':' missing in source");
297 return invalfc(fc, "missing cluster fsid");
302 return invalfc(fc, "missing file system name");
305 return invalfc(fc, "Invalid FSID");
311 return invalfc(fc, "Mismatching mds_namespace");
349 return invalfc(fc, "Empty source");
369 return invalfc(fc, "Path missing in source");
431 return invalfc(fc, "Mismatching mds_namespace");
447 return invalfc(fc, "Multiple sources specified");
540 return invalfc(f
[all...]
/linux-master/fs/overlayfs/
H A Dparams.c284 return invalfc(fc, "%s is not a directory", name);
293 return invalfc(fc, "case-insensitive capable filesystem on %s not supported", name);
296 return invalfc(fc, "filesystem on %s not supported", name);
305 return invalfc(fc, "filesystem on %s not supported as upperdir", name);
307 return invalfc(fc, "filesystem on %s is read-only", name);
310 return invalfc(fc, "lowerdir+ and datadir+ cannot follow lowerdir");
312 return invalfc(fc, "regular lower layers cannot follow data layers");
314 return invalfc(fc, "too many lower directories, limit is %d",
574 return invalfc(fc, "No changes allowed in reconfigure");
/linux-master/drivers/android/
H A Dbinderfs.c292 return invalfc(fc, "Bad value for '%s'", param->key);
303 return invalfc(fc, "Unsupported parameter '%s'", param->key);
315 return invalfc(fc, "Binderfs stats mode cannot be changed during a remount");
/linux-master/fs/autofs/
H A Dinode.c210 return invalfc(fc, "Invalid uid");
216 return invalfc(fc, "Invalid gid");
/linux-master/include/linux/
H A Dfs_context.h235 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) macro
/linux-master/fs/gfs2/
H A Dops_fstype.c1483 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive");
1513 return invalfc(fc, "commit mount option requires a positive numeric argument");
1518 return invalfc(fc, "statfs_quantum mount option requires a non-negative numeric argument");
1523 return invalfc(fc, "quota_quantum mount option requires a positive numeric argument");
1528 return invalfc(fc, "statfs_percent mount option requires a numeric argument between 0 and 100");
1533 return invalfc(fc, "-o debug and -o errors=panic are mutually exclusive");
1547 return invalfc(fc, "invalid mount option: %s", param->key);
/linux-master/fs/fuse/
H A Dinode.c767 return invalfc(fsc, "No changes allowed in reconfigure");
777 return invalfc(fsc, "Multiple sources specified");
784 return invalfc(fsc, "Multiple subtypes specified");
796 return invalfc(fsc, "Invalid rootmode");
804 return invalfc(fsc, "Invalid user_id");
811 return invalfc(fsc, "Invalid group_id");
829 return invalfc(fsc, "blksize only supported for fuseblk");
/linux-master/mm/
H A Dshmem.c4025 return invalfc(fc,
4033 return invalfc(fc,
4041 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported");
4047 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported");
4053 return invalfc(fc, "Quotas in unprivileged tmpfs mounts are unsupported");
4062 return invalfc(fc,
4071 return invalfc(fc,
4080 return invalfc(fc,
4089 return invalfc(fc,
4097 return invalfc(f
[all...]
/linux-master/kernel/bpf/
H A Dinode.c940 return invalfc(fc, "Bad value for '%s'", param->key);
/linux-master/fs/hugetlbfs/
H A Dinode.c1438 return invalfc(fc, "Bad value '%s' for mount option '%s'\n",

Completed in 193 milliseconds