Searched refs:rvsp (Results 1 – 1 of 1) sorted by relevance
701 nfs_acl_dup_cache(vsecattr_t *vsp, vsecattr_t *rvsp) in nfs_acl_dup_cache() argument705 if ((rvsp->vsa_mask & vsp->vsa_mask) != vsp->vsa_mask) in nfs_acl_dup_cache()709 ASSERT(rvsp->vsa_mask & VSA_ACLCNT); in nfs_acl_dup_cache()710 aclsize = rvsp->vsa_aclcnt * sizeof (aclent_t); in nfs_acl_dup_cache()712 bcopy(rvsp->vsa_aclentp, vsp->vsa_aclentp, aclsize); in nfs_acl_dup_cache()715 vsp->vsa_aclcnt = rvsp->vsa_aclcnt; in nfs_acl_dup_cache()717 ASSERT(rvsp->vsa_mask & VSA_DFACLCNT); in nfs_acl_dup_cache()718 aclsize = rvsp->vsa_dfaclcnt * sizeof (aclent_t); in nfs_acl_dup_cache()720 bcopy(rvsp->vsa_dfaclentp, vsp->vsa_dfaclentp, aclsize); in nfs_acl_dup_cache()723 vsp->vsa_dfaclcnt = rvsp->vsa_dfaclcnt; in nfs_acl_dup_cache()[all …]