Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h166 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1543 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() argument
1545 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label()
1547 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()
1549 if (strcasecmp(hexsl, ADMIN_LOW) == 0) { in zfs_check_global_label()