Searched refs:ZFS_MLSLABEL_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | tlabel.c | 246 if ((error) || (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) in getflabel_zfs()
|
/titanic_50/usr/src/common/zfs/ |
H A D | zfs_prop.c | 347 ZFS_MLSLABEL_DEFAULT, PROP_INHERIT, ZFS_TYPE_DATASET, in zfs_prop_init()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 314 #define ZFS_MLSLABEL_DEFAULT "none" macro
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1328 if (strcasecmp(hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_check_global_label() 1378 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_mount_label_policy() 1414 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0) { in zfs_mount_label_policy()
|
H A D | zfs_ioctl.c | 532 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_set_slabel_policy() 569 if (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) != 0) { in zfs_set_slabel_policy()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1186 if (strcasecmp(strval, ZFS_MLSLABEL_DEFAULT) == 0) in zfs_valid_proplist() 2564 ZFS_MLSLABEL_DEFAULT) == 0)) in zfs_prop_get()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3741 (strcmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) { in validate_rootds_label()
|