Home
last modified time | relevance | path

Searched refs:exportopts (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_share_nfs.c125 char *mp, *lineopts, *exportopts, *s; in nfs_enable_share_impl() local
137 while ((exportopts = strsep(&s, ";")) != NULL) { in nfs_enable_share_impl()
142 whitelen = strspn(exportopts, "\t "); in nfs_enable_share_impl()
143 if (exportopts[whitelen] == '\0') in nfs_enable_share_impl()
148 translate_opts(exportopts, tmpfile) == EOF || in nfs_enable_share_impl()