Searched refs:myopts (Results 1 – 1 of 1) sorted by relevance
331 char myopts[MNT_LINE_MAX] = {0}; in do_mount() local337 strlcat(myopts, opts, MNT_LINE_MAX); in do_mount()338 zfs_adjust_mount_options(zhp, mntpt, myopts, NULL); in do_mount()339 if (mount(src, mntpt, MNTTYPE_ZFS, mntflags, myopts)) { in do_mount()