Lines Matching refs:mntopts
361 char mntopts[MNT_LINE_MAX]; in zfs_mount_at() local
371 (void) strlcpy(mntopts, MNTOPT_DEFAULTS, sizeof (mntopts)); in zfs_mount_at()
373 (void) strlcpy(mntopts, options, sizeof (mntopts)); in zfs_mount_at()
376 if (strstr(mntopts, MNTOPT_REMOUNT) != NULL) in zfs_mount_at()
387 (void) strlcat(mntopts, "," MNTOPT_RO, sizeof (mntopts)); in zfs_mount_at()
396 rc = zfs_add_options(zhp, mntopts, sizeof (mntopts)); in zfs_mount_at()
461 strlcat(mntopts, "," MNTOPT_ZFSUTIL, sizeof (mntopts)); in zfs_mount_at()
502 rc = do_mount(zhp, mountpoint, mntopts, flags); in zfs_mount_at()
538 libzfs_mnttab_add(hdl, zfs_get_name(zhp), mountpoint, mntopts); in zfs_mount_at()
1279 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags, in zpool_enable_datasets() argument
1303 ms.ms_mntopts = mntopts; in zpool_enable_datasets()