MNTOPT_LARGEFILES
MNTOPT_LARGEFILES,
replace_opts(opts, largefiles, MNTOPT_NOLARGEFILES, MNTOPT_LARGEFILES);
if (eatmntopt(mnt, MNTOPT_LARGEFILES))
optstr, MNTOPT_NOSUID, MNTOPT_LARGEFILES);
char mntopts[MNT_LINE_MAX] = MNTOPT_LARGEFILES;
(void) strlcpy(mntopts, MNTOPT_LARGEFILES, sizeof (mntopts));
MNTOPT_LARGEFILES,
static char *nolargefiles_cancel[] = { MNTOPT_LARGEFILES, NULL };
{ MNTOPT_LARGEFILES, largefiles_cancel, NULL, MO_DEFAULT,