Searched refs:hexsl (Results 1 – 3 of 3) sorted by relevance
230 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
246 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
1016 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() argument1018 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label()1020 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()1022 if (strcasecmp(hexsl, ADMIN_LOW) == 0) { in zfs_check_global_label()