Searched refs:_acl_entry_matches (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_acl_nfs4.c | 299 _acl_entry_matches(struct acl_entry *entry, acl_tag_t tag, acl_perm_t perm, in _acl_entry_matches() function 616 if (!_acl_entry_matches(a1, ACL_USER_OBJ, 0, in acl_nfs4_sync_acl_from_mode_draft() 619 if (!_acl_entry_matches(a2, ACL_USER_OBJ, ACL_WRITE_ACL | in acl_nfs4_sync_acl_from_mode_draft() 623 if (!_acl_entry_matches(a3, ACL_GROUP_OBJ, 0, in acl_nfs4_sync_acl_from_mode_draft() 626 if (!_acl_entry_matches(a4, ACL_GROUP_OBJ, 0, in acl_nfs4_sync_acl_from_mode_draft() 629 if (!_acl_entry_matches(a5, ACL_EVERYONE, ACL_WRITE_ACL | in acl_nfs4_sync_acl_from_mode_draft() 633 if (!_acl_entry_matches(a6, ACL_EVERYONE, ACL_READ_ACL | in acl_nfs4_sync_acl_from_mode_draft()
|