Lines Matching refs:options
68 set(register Header_t* hp, const char* fs, const char* dir, const char* type, const char* options)
98 hp->mnt.options = (char*)options;
119 s = strcopy(hp->mnt.options = hp->opt, type);
121 if (options)
124 strcpy(s, options);
193 options[] =
306 for (i = 0; i < elementsof(options); i++)
307 if (flags & options[i].flag)
308 n += sfsprintf(mp->opt + n, sizeof(mp->opt) - n - 1, ",%s", options[i].name);