Searched refs:poptl (Results 1 – 1 of 1) sorted by relevance
250 const struct DEFOPTION *poptl; in parse_mount_options() local266 poptl = optionlist; in parse_mount_options()267 while (poptl->name && strcmp(poptl->name,opt)) in parse_mount_options()268 poptl++; in parse_mount_options()269 if (poptl->name) { in parse_mount_options()270 if ((poptl->flags & FLGOPT_BOGUS) in parse_mount_options()273 if ((poptl->flags & FLGOPT_OCTAL) in parse_mount_options()280 if (poptl->flags & FLGOPT_DECIMAL) { in parse_mount_options()281 if ((poptl->flags & FLGOPT_OPTIONAL) && !val) in parse_mount_options()292 if ((poptl->flags & FLGOPT_STRING) in parse_mount_options()[all …]