/src/sys/kern/ |
subr_acl_posix1e.c | 84 case ACL_OTHER: 121 case ACL_OTHER: 173 struct acl_entry *acl_mask, *acl_user_obj, *acl_group_obj, *acl_other; local in function:acl_posix1e_acl_to_mode 179 acl_user_obj = acl_group_obj = acl_other = acl_mask = NULL; 190 case ACL_OTHER: 191 acl_other = &acl->acl_entry[i]; 207 if (acl_user_obj == NULL || acl_group_obj == NULL || acl_other == NULL) 217 acl_other)); 220 acl_other)); 242 * Exactly one ACL_OTHER [all...] |
subr_acl_posix1e.c | 84 case ACL_OTHER: 121 case ACL_OTHER: 173 struct acl_entry *acl_mask, *acl_user_obj, *acl_group_obj, *acl_other; local in function:acl_posix1e_acl_to_mode 179 acl_user_obj = acl_group_obj = acl_other = acl_mask = NULL; 190 case ACL_OTHER: 191 acl_other = &acl->acl_entry[i]; 207 if (acl_user_obj == NULL || acl_group_obj == NULL || acl_other == NULL) 217 acl_other)); 220 acl_other)); 242 * Exactly one ACL_OTHER [all...] |
/src/sys/miscfs/genfs/ |
genfs_vnops.c | 757 struct acl_entry *acl_other, *acl_mask; local in function:genfs_can_access_acl_posix1e 770 * ACL_OTHER entries, preventing some future iterations. 772 acl_mask = acl_other = NULL; 793 case ACL_OTHER: 794 acl_other = ae; 803 * An ACL_OTHER entry should always exist in a valid access ACL. If 808 if (acl_other == NULL) { 812 printf("%s: ACL_OTHER missing\n", __func__); 862 * should move on to ACL_OTHER. 968 * Fall back on ACL_OTHER. ACL_MASK is not applied to ACL_OTHER [all...] |
genfs_vnops.c | 757 struct acl_entry *acl_other, *acl_mask; local in function:genfs_can_access_acl_posix1e 770 * ACL_OTHER entries, preventing some future iterations. 772 acl_mask = acl_other = NULL; 793 case ACL_OTHER: 794 acl_other = ae; 803 * An ACL_OTHER entry should always exist in a valid access ACL. If 808 if (acl_other == NULL) { 812 printf("%s: ACL_OTHER missing\n", __func__); 862 * should move on to ACL_OTHER. 968 * Fall back on ACL_OTHER. ACL_MASK is not applied to ACL_OTHER [all...] |