Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
HDzfs_vfsops_os.h223 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDzfs_vfsops_os.h238 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_vfsops.c995 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() argument
997 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label()
999 if (strcasecmp(hexsl, ADMIN_HIGH) == 0) in zfs_check_global_label()
1001 if (strcasecmp(hexsl, ADMIN_LOW) == 0) { in zfs_check_global_label()