Home | History | Annotate | Download | only in common

Lines Matching defs:mntopts

275 	char mntopts[MNT_LINE_MAX];
279 mntopts[0] = '\0';
281 (void) strlcpy(mntopts, options, sizeof (mntopts));
311 strstr(mntopts, MNTOPT_REMOUNT) == NULL &&
322 MNTTYPE_ZFS, NULL, 0, mntopts, sizeof (mntopts)) != 0) {
356 mntopts);
1135 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags)
1168 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0)