Lines Matching refs:child_aclp
845 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_compute_inherited_acl_draft() argument
852 KASSERT(child_aclp->acl_cnt == 0, ("child_aclp->acl_cnt == 0")); in acl_nfs4_compute_inherited_acl_draft()
894 KASSERT(child_aclp->acl_cnt + 1 <= ACL_MAX_ENTRIES, in acl_nfs4_compute_inherited_acl_draft()
896 child_aclp->acl_entry[child_aclp->acl_cnt] = *parent_entry; in acl_nfs4_compute_inherited_acl_draft()
897 child_aclp->acl_cnt++; in acl_nfs4_compute_inherited_acl_draft()
904 for (i = 0; i < child_aclp->acl_cnt; i++) { in acl_nfs4_compute_inherited_acl_draft()
905 entry = &(child_aclp->acl_entry[i]); in acl_nfs4_compute_inherited_acl_draft()
963 copy = _acl_duplicate_entry(child_aclp, i); in acl_nfs4_compute_inherited_acl_draft()
999 acl_nfs4_sync_acl_from_mode(child_aclp, mode, file_owner_id); in acl_nfs4_compute_inherited_acl_draft()
1008 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_inherit_entries() argument
1057 KASSERT(child_aclp->acl_cnt + 1 <= ACL_MAX_ENTRIES, in acl_nfs4_inherit_entries()
1059 entry = &(child_aclp->acl_entry[child_aclp->acl_cnt]); in acl_nfs4_inherit_entries()
1061 child_aclp->acl_cnt++; in acl_nfs4_inherit_entries()
1187 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_compute_inherited_acl() argument
1192 acl_nfs4_compute_inherited_acl_draft(parent_aclp, child_aclp, in acl_nfs4_compute_inherited_acl()
1195 acl_nfs4_compute_inherited_acl_psarc(parent_aclp, child_aclp, in acl_nfs4_compute_inherited_acl()