Searched refs:child_aclp (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 847 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_compute_inherited_acl_draft() argument 896 KASSERT(child_aclp->acl_cnt + 1 <= ACL_MAX_ENTRIES, in acl_nfs4_compute_inherited_acl_draft() 898 child_aclp->acl_entry[child_aclp->acl_cnt] = *parent_entry; in acl_nfs4_compute_inherited_acl_draft() 899 child_aclp->acl_cnt++; in acl_nfs4_compute_inherited_acl_draft() 906 for (i = 0; i < child_aclp->acl_cnt; i++) { in acl_nfs4_compute_inherited_acl_draft() 907 entry = &(child_aclp->acl_entry[i]); in acl_nfs4_compute_inherited_acl_draft() 965 copy = _acl_duplicate_entry(child_aclp, i); in acl_nfs4_compute_inherited_acl_draft() 1010 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_inherit_entries() argument 1059 KASSERT(child_aclp->acl_cnt + 1 <= ACL_MAX_ENTRIES, in acl_nfs4_inherit_entries() 1061 entry = &(child_aclp->acl_entry[child_aclp->acl_cnt]); in acl_nfs4_inherit_entries() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | acl.h | 310 struct acl *child_aclp, mode_t mode,
|