Lines Matching defs:options
117 * being set up. Certain standard options (for example "ro") are translated
119 * is allowed to observe and poach options. Any other options are passed over
209 char *options = data, *key;
212 if (!options)
215 ret = security_sb_eat_lsm_opts(options, &fc->security);
219 while ((key = sep(&options)) != NULL) {
574 * options.
588 return invalf(fc, "VFS: Legacy: Can't mix monolithic and individual options");
603 return invalf(fc, "VFS: Legacy: Cumulative options too large");
639 pr_warn("VFS: Can't mix monolithic and individual options\n");