Home | History | Annotate | Download | only in misc

Lines Matching refs:opts

244 					const char *type, const char *opts,
255 fs->opts = string_copy(opts ? opts : "");
274 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp;
286 opts = parse_word(&cp);
296 parse_escape(opts);
307 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,
711 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
784 /* loop is really short-hand for opts=loop */
786 else if (strncmp(s, "opts=", 5) == 0) {
852 if (opt_in_list(cp, fs->opts))
856 if (!opt_in_list(cp, fs->opts))
881 if (opt_in_list("bind", fs->opts)) {