ISOFSMNT_NORRIP
opts |= ISOFSMNT_NORRIP;
{ "nrr", 0, ISOFSMNT_NORRIP, 1 },
{ "rrip", 1, ISOFSMNT_NORRIP, 1 },
if (!(argp->flags & ISOFSMNT_NORRIP)) {
argp->flags |= ISOFSMNT_NORRIP;
isomp->im_flags = argp->flags & (ISOFSMNT_NORRIP | ISOFSMNT_GENS |
else if (isomp->im_flags & ISOFSMNT_NORRIP) {
if ((argp->flags & ISOFSMNT_NORRIP) != 0 &&