Searched refs:rvsp (Results 1 – 1 of 1) sorted by relevance
703 nfs_acl_dup_cache(vsecattr_t *vsp, vsecattr_t *rvsp) in nfs_acl_dup_cache() argument707 if ((rvsp->vsa_mask & vsp->vsa_mask) != vsp->vsa_mask) in nfs_acl_dup_cache()711 ASSERT(rvsp->vsa_mask & VSA_ACLCNT); in nfs_acl_dup_cache()712 aclsize = rvsp->vsa_aclcnt * sizeof (aclent_t); in nfs_acl_dup_cache()714 bcopy(rvsp->vsa_aclentp, vsp->vsa_aclentp, aclsize); in nfs_acl_dup_cache()717 vsp->vsa_aclcnt = rvsp->vsa_aclcnt; in nfs_acl_dup_cache()719 ASSERT(rvsp->vsa_mask & VSA_DFACLCNT); in nfs_acl_dup_cache()720 aclsize = rvsp->vsa_dfaclcnt * sizeof (aclent_t); in nfs_acl_dup_cache()722 bcopy(rvsp->vsa_dfaclentp, vsp->vsa_dfaclentp, aclsize); in nfs_acl_dup_cache()725 vsp->vsa_dfaclcnt = rvsp->vsa_dfaclcnt; in nfs_acl_dup_cache()[all …]