Searched refs:_acl_entry_matches (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_nfs4.c305 _acl_entry_matches(struct acl_entry *entry, acl_tag_t tag, acl_perm_t perm, function
621 if (!_acl_entry_matches(a1, ACL_USER_OBJ, 0,
624 if (!_acl_entry_matches(a2, ACL_USER_OBJ, ACL_WRITE_ACL |
628 if (!_acl_entry_matches(a3, ACL_GROUP_OBJ, 0,
631 if (!_acl_entry_matches(a4, ACL_GROUP_OBJ, 0,
634 if (!_acl_entry_matches(a5, ACL_EVERYONE, ACL_WRITE_ACL |
638 if (!_acl_entry_matches(a6, ACL_EVERYONE, ACL_READ_ACL |

Completed in 100 milliseconds