Lines Matching refs:mopts
644 char mopts[MAX_MNTOPT_STR];
2308 strcpy(mopts, opts);
2310 if (strlen(mopts) > 0)
2311 strcat(mopts, ",");
2312 strcat(mopts, "xattr");
2333 trace_prt(1, " mount %s %s (%s)\n", mnttabtext, mntpnt, mopts);
2349 head, sizeof (*head), mopts, MAX_MNTOPT_STR) < 0) {
2385 mntopts = malloc(strlen(mopts) + 1);
2386 strcpy(mntopts, mopts);
2387 mntopts[strlen(mopts)] = '\0';