Lines Matching refs:none
945 fsparam_flag("none", Opt_none),
986 ctx->none = true;
1070 * In absense of 'none', 'name=' or subsystem name options,
1073 if (!ctx->subsys_mask && !ctx->none && !ctx->name) {
1103 /* Can't specify "none" and some subsystems */
1104 if (ctx->subsys_mask && ctx->none) {
1105 return invalfc(fc, "none used incorrectly");
1240 if ((ctx->subsys_mask || ctx->none) && (ctx->subsys_mask != root->subsys_mask)) {
1260 if (!ctx->subsys_mask && !ctx->none) {
1261 return invalfc(fc, "No subsys list or none specified");