Searched refs:ZFS_MLSLABEL_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | tlabel.c | 246 if ((error) || (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) in getflabel_zfs()
|
/titanic_41/usr/src/common/zfs/ |
H A D | zfs_prop.c | 332 ZFS_MLSLABEL_DEFAULT, PROP_INHERIT, ZFS_TYPE_DATASET, in zfs_prop_init()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 311 #define ZFS_MLSLABEL_DEFAULT "none" macro
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1361 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label() 1411 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_mount_label_policy() 1447 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0) { in zfs_mount_label_policy()
|
H A D | zfs_ioctl.c | 529 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_set_slabel_policy() 566 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) != 0) { in zfs_set_slabel_policy()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1184 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_valid_proplist() 2550 ZFS_MLSLABEL_DEFAULT) == 0)) in zfs_prop_get()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3741 (strcmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) { in validate_rootds_label()
|