Lines Matching defs:mntopts
112 const char *mntopts)
121 mnt.mnt_opts = (char *)(mntopts ?: "");
154 char mntopts[MNT_LINE_MAX] = { '\0' };
185 (void) strlcpy(mntopts, optarg, sizeof (mntopts));
226 error = zfs_parse_mount_options(mntopts, &mntflags, &zfsflags, sloppy,
273 zfs_adjust_mount_options(zhp, mntpoint, mntopts, mtabopt);
336 dataset, mntpoint, mntflags, zfsflags, mntopts, mtabopt);
341 error = zfs_mount_at(zhp, mntopts, mntflags, mntpoint);
351 mntflags, mntopts);