| main.c | 120 struct nvlist *fsoptions; /* filesystems */ variable in typeref:struct:nvlist 402 nextfsopt = &fsoptions; 624 for (nv = fsoptions; nv != NULL; nv = nv->nv_next) { 1260 if (do_option(fsopttab, &fsoptions, &nextfsopt, name, n, "file-system", 1283 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn))
|