Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_dataset.c1918 char *mntopt_off = NULL; in get_numeric_property() local
1926 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()
1931 mntopt_off = MNTOPT_NODEVICES; in get_numeric_property()
1936 mntopt_off = MNTOPT_NOEXEC; in get_numeric_property()
1941 mntopt_off = MNTOPT_RW; in get_numeric_property()
1946 mntopt_off = MNTOPT_NOSETUID; in get_numeric_property()
1951 mntopt_off = MNTOPT_NOXATTR; in get_numeric_property()
1956 mntopt_off = MNTOPT_NONBMAND; in get_numeric_property()
2005 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()