Home
last modified time | relevance | path

Searched refs:ZFS_MLSLABEL_DEFAULT (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dtlabel.c246 if ((error) || (strcasecmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) in getflabel_zfs()
/titanic_41/usr/src/common/zfs/
H A Dzfs_prop.c332 ZFS_MLSLABEL_DEFAULT, PROP_INHERIT, ZFS_TYPE_DATASET, in zfs_prop_init()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h311 #define ZFS_MLSLABEL_DEFAULT "none" macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1361 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 Dzfs_ioctl.c529 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 Dlibzfs_dataset.c1184 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 Dvplat.c3741 (strcmp(ds_hexsl, ZFS_MLSLABEL_DEFAULT) == 0)) { in validate_rootds_label()