Lines Matching defs:ALLOW
57 #define ALLOW ACE_ACCESS_ALLOWED_ACE_TYPE
60 #define MIN_ACE_TYPE ALLOW
264 case ALLOW:
518 case ALLOW:
917 if (type == ALLOW) {
924 if (type == ALLOW) {
931 if (type == ALLOW) {
940 if (type == ALLOW) {
947 if (type == ALLOW) {
954 if (type == ALLOW) {
962 if (type == ALLOW) {
968 if (type == ALLOW) {
974 if (type == ALLOW) {
982 if (type == ALLOW) {
988 if (type == ALLOW) {
994 if (type == ALLOW) {
1002 if (type == ALLOW) {
1008 if (type == ALLOW) {
1014 if (type == ALLOW) {
1347 zfs_set_ace(aclp, zacep, masks.allow0, ALLOW, -1, ACE_OWNER);
1399 if ((type != ALLOW && type != DENY) ||
1416 if ((type == ALLOW) && trim)
1425 zfs_set_ace(aclp, zacep, masks.owner, ALLOW, -1, ACE_OWNER);
1427 zfs_set_ace(aclp, zacep, masks.group, ALLOW, -1, OWNING_GROUP);
1429 zfs_set_ace(aclp, zacep, masks.everyone, ALLOW, -1, ACE_EVERYONE);
1520 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) ||
1539 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW &&
1548 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) {