Searched refs:hexsl (Results 1 – 3 of 3) sorted by relevance
209 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
308 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
994 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() argument996 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label()998 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()1000 if (strcasecmp(hexsl, ADMIN_LOW) == 0) { in zfs_check_global_label()