Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c1940 const char *mntopt_on = NULL; in get_numeric_property() local
1958 mntopt_on = MNTOPT_ATIME; in get_numeric_property()
1963 mntopt_on = MNTOPT_RELATIME; in get_numeric_property()
1968 mntopt_on = MNTOPT_DEVICES; in get_numeric_property()
1973 mntopt_on = MNTOPT_EXEC; in get_numeric_property()
1978 mntopt_on = MNTOPT_RO; in get_numeric_property()
1983 mntopt_on = MNTOPT_SETUID; in get_numeric_property()
1988 mntopt_on = MNTOPT_XATTR; in get_numeric_property()
1993 mntopt_on = MNTOPT_NBMAND; in get_numeric_property()
2008 (mntopt_on != NULL || prop == ZFS_PROP_MOUNTED)) { in get_numeric_property()
[all …]