Lines Matching defs:mntopts
646 char *mntopts = NULL;
2385 mntopts = malloc(strlen(mopts) + 1);
2386 strcpy(mntopts, mopts);
2387 mntopts[strlen(mopts)] = '\0';
2388 alp->action.action_list_entry_u.mounta.optptr = mntopts;
2390 strlen(mntopts) + 1;
3473 loopbackmount(fsname, dir, mntopts, overlay)
3476 char *mntopts;
3497 mnt.mnt_mntopts = mntopts;
3501 (void) strlcpy(optbuf, mntopts, sizeof (optbuf));