Searched refs:myopts (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c331 char myopts[MNT_LINE_MAX] = {0}; local
337 strlcat(myopts, opts, MNT_LINE_MAX);
338 zfs_adjust_mount_options(zhp, mntpt, myopts, NULL);
339 if (mount(src, mntpt, MNTTYPE_ZFS, mntflags, myopts)) {

Completed in 176 milliseconds