Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_dataset.c2165 const char *mntopt_on = NULL; in get_numeric_property() local
2183 mntopt_on = MNTOPT_ATIME; in get_numeric_property()
2188 mntopt_on = MNTOPT_RELATIME; in get_numeric_property()
2193 mntopt_on = MNTOPT_DEVICES; in get_numeric_property()
2198 mntopt_on = MNTOPT_EXEC; in get_numeric_property()
2203 mntopt_on = MNTOPT_RO; in get_numeric_property()
2208 mntopt_on = MNTOPT_SETUID; in get_numeric_property()
2213 mntopt_on = MNTOPT_XATTR; in get_numeric_property()
2218 mntopt_on = MNTOPT_NBMAND; in get_numeric_property()
2233 (mntopt_on != NULL || prop == ZFS_PROP_MOUNTED)) { in get_numeric_property()
[all …]