Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h209 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h308 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c994 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() argument
996 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()