Lines Matching refs:ALLOW

59 #define	ALLOW	ACE_ACCESS_ALLOWED_ACE_TYPE  macro
62 #define MIN_ACE_TYPE ALLOW
273 case ALLOW: in zfs_ace_fuid_size()
527 case ALLOW: in zfs_acl_valid_ace_type()
940 if (type == ALLOW) { in zfs_mode_compute()
947 if (type == ALLOW) { in zfs_mode_compute()
954 if (type == ALLOW) { in zfs_mode_compute()
963 if (type == ALLOW) { in zfs_mode_compute()
970 if (type == ALLOW) { in zfs_mode_compute()
977 if (type == ALLOW) { in zfs_mode_compute()
985 if (type == ALLOW) { in zfs_mode_compute()
991 if (type == ALLOW) { in zfs_mode_compute()
997 if (type == ALLOW) { in zfs_mode_compute()
1005 if (type == ALLOW) { in zfs_mode_compute()
1011 if (type == ALLOW) { in zfs_mode_compute()
1017 if (type == ALLOW) { in zfs_mode_compute()
1025 if (type == ALLOW) { in zfs_mode_compute()
1031 if (type == ALLOW) { in zfs_mode_compute()
1037 if (type == ALLOW) { in zfs_mode_compute()
1385 zfs_set_ace(aclp, zacep, masks.allow0, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod()
1438 if ((type != ALLOW && type != DENY) || in zfs_acl_chmod()
1455 if ((type == ALLOW) && trim) in zfs_acl_chmod()
1464 zfs_set_ace(aclp, zacep, masks.owner, ALLOW, -1, ACE_OWNER); in zfs_acl_chmod()
1466 zfs_set_ace(aclp, zacep, masks.group, ALLOW, -1, OWNING_GROUP); in zfs_acl_chmod()
1468 zfs_set_ace(aclp, zacep, masks.everyone, ALLOW, -1, ACE_EVERYONE); in zfs_acl_chmod()
1561 if ((aclinherit == ZFS_ACL_NOALLOW && type == ALLOW) || in zfs_acl_inherit()
1580 if (aclinherit == ZFS_ACL_PASSTHROUGH_X && type == ALLOW && in zfs_acl_inherit()
1589 if (aclinherit == ZFS_ACL_RESTRICTED && type == ALLOW) { in zfs_acl_inherit()