Lines Matching defs:options
71 /* Mount options that take no arguments */
131 /* Mount options which take numeric value */
158 /* Mount options which take string value */
205 * With mount options, the last one should win. Reset any existing
411 int smb3_parse_opt(const char *options, const char *key, char **val)
416 orig = opts = kstrdup(options, GFP_KERNEL);
616 char *options = data, *key;
619 if (!options)
622 ret = security_sb_eat_lsm_opts(options, &fc->security);
627 while ((key = strsep(&options, ",")) != NULL) {
638 while (options && options[0] == ',') {
640 strcpy(key + len, options);
641 options = strchr(options, ',');
642 if (options)
643 *options++ = 0;
914 * fs_parse can not handle string options with an empty value so
945 cifs_dbg(VFS, "conflicting hard vs. soft mount options\n");
955 cifs_dbg(VFS, "conflicting hard vs soft mount options\n");
1423 pr_warn_once("conflicting posix mount options specified\n");
1428 pr_warn_once("conflicting posix mount options specified\n");
1530 cifs_errorf(fc, "persistenthandles mount options conflict\n");
1536 cifs_errorf(fc, "persistenthandles mount options conflict\n");
1547 cifs_errorf(fc, "persistenthandles mount options conflict\n");
1850 cifs_dbg(VFS, "mount options mfsymlinks and sfu both enabled\n");