Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2116 char *mntopt_off = NULL; in get_numeric_property() local
2134 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()
2139 mntopt_off = MNTOPT_NORELATIME; in get_numeric_property()
2144 mntopt_off = MNTOPT_NODEVICES; in get_numeric_property()
2149 mntopt_off = MNTOPT_NOEXEC; in get_numeric_property()
2154 mntopt_off = MNTOPT_RW; in get_numeric_property()
2159 mntopt_off = MNTOPT_NOSETUID; in get_numeric_property()
2164 mntopt_off = MNTOPT_NOXATTR; in get_numeric_property()
2169 mntopt_off = MNTOPT_NONBMAND; in get_numeric_property()
2222 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()