Searched refs:_acl_entry_matches (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 301 _acl_entry_matches(struct acl_entry *entry, acl_tag_t tag, acl_perm_t perm, in _acl_entry_matches() function 618 if (!_acl_entry_matches(a1, ACL_USER_OBJ, 0, in acl_nfs4_sync_acl_from_mode_draft() 621 if (!_acl_entry_matches(a2, ACL_USER_OBJ, ACL_WRITE_ACL | in acl_nfs4_sync_acl_from_mode_draft() 625 if (!_acl_entry_matches(a3, ACL_GROUP_OBJ, 0, in acl_nfs4_sync_acl_from_mode_draft() 628 if (!_acl_entry_matches(a4, ACL_GROUP_OBJ, 0, in acl_nfs4_sync_acl_from_mode_draft() 631 if (!_acl_entry_matches(a5, ACL_EVERYONE, ACL_WRITE_ACL | in acl_nfs4_sync_acl_from_mode_draft() 635 if (!_acl_entry_matches(a6, ACL_EVERYONE, ACL_READ_ACL | in acl_nfs4_sync_acl_from_mode_draft()
|