Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2172 char *mntopt_on = NULL; in get_numeric_property() local
2190 mntopt_on = MNTOPT_ATIME; in get_numeric_property()
2195 mntopt_on = MNTOPT_DEVICES; in get_numeric_property()
2200 mntopt_on = MNTOPT_EXEC; in get_numeric_property()
2205 mntopt_on = MNTOPT_RO; in get_numeric_property()
2210 mntopt_on = MNTOPT_SETUID; in get_numeric_property()
2215 mntopt_on = MNTOPT_XATTR; in get_numeric_property()
2220 mntopt_on = MNTOPT_NBMAND; in get_numeric_property()
2234 (mntopt_on != NULL || prop == ZFS_PROP_MOUNTED)) { in get_numeric_property()
2266 if (hasmntopt(&mnt, mntopt_on) && !*val) { in get_numeric_property()