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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2090 char *mntopt_off = NULL; local
2098 mntopt_off = MNTOPT_NOATIME;
2103 mntopt_off = MNTOPT_NODEVICES;
2108 mntopt_off = MNTOPT_NOEXEC;
2113 mntopt_off = MNTOPT_RW;
2118 mntopt_off = MNTOPT_NOSETUID;
2123 mntopt_off = MNTOPT_NOXATTR;
2128 mntopt_off = MNTOPT_NONBMAND;
2177 } else if (hasmntopt(&mnt, mntopt_off) && *val) {

Completed in 547 milliseconds