Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2115 char *mntopt_on = NULL; in get_numeric_property() local
2133 mntopt_on = MNTOPT_ATIME; in get_numeric_property()
2138 mntopt_on = MNTOPT_RELATIME; in get_numeric_property()
2143 mntopt_on = MNTOPT_DEVICES; in get_numeric_property()
2148 mntopt_on = MNTOPT_EXEC; in get_numeric_property()
2153 mntopt_on = MNTOPT_RO; in get_numeric_property()
2158 mntopt_on = MNTOPT_SETUID; in get_numeric_property()
2163 mntopt_on = MNTOPT_XATTR; in get_numeric_property()
2168 mntopt_on = MNTOPT_NBMAND; in get_numeric_property()
2183 (mntopt_on != NULL || prop == ZFS_PROP_MOUNTED)) { in get_numeric_property()
[all …]