Lines Matching defs:mntopts
267 char mntopts[MNT_LINE_MAX];
271 mntopts[0] = '\0';
273 (void) strlcpy(mntopts, options, sizeof (mntopts));
302 strstr(mntopts, MNTOPT_REMOUNT) == NULL &&
312 MNTTYPE_ZFS, NULL, 0, mntopts, sizeof (mntopts)) != 0) {
346 mntopts);
1075 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags)
1108 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0)