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
203 char *options = data, *key;
206 if (!options)
209 ret = security_sb_eat_lsm_opts(options, &fc->security);
213 while ((key = strsep(&options, ",")) != NULL) {
523 * options.
537 return invalf(fc, "VFS: Legacy: Can't mix monolithic and individual options");
552 return invalf(fc, "VFS: Legacy: Cumulative options too large");
588 pr_warn("VFS: Can't mix monolithic and individual options\n");