Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c2140 char *mntopt_off = NULL; in get_numeric_property() local
2148 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()
2153 mntopt_off = MNTOPT_NODEVICES; in get_numeric_property()
2158 mntopt_off = MNTOPT_NOEXEC; in get_numeric_property()
2163 mntopt_off = MNTOPT_RW; in get_numeric_property()
2168 mntopt_off = MNTOPT_NOSETUID; in get_numeric_property()
2173 mntopt_off = MNTOPT_NOXATTR; in get_numeric_property()
2178 mntopt_off = MNTOPT_NONBMAND; in get_numeric_property()
2227 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()