Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_vfsops.h163 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vfsops.c1531 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() argument
1533 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label()
1535 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()
1537 if (strcasecmp(hexsl, ADMIN_LOW) == 0) { in zfs_check_global_label()