Home
last modified time | relevance | path

Searched refs:rvsp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c732 vsecattr_t *rvsp; in nfs_acl_dup_res_impl() local
736 rvsp = *rspp; in nfs_acl_dup_res_impl()
738 rvsp = kmem_zalloc(sizeof (*rvsp), KM_NOSLEEP); in nfs_acl_dup_res_impl()
739 if (rvsp == NULL) { in nfs_acl_dup_res_impl()
743 *rspp = rvsp; in nfs_acl_dup_res_impl()
751 rvsp->vsa_aclentp = NULL; in nfs_acl_dup_res_impl()
769 rvsp->vsa_aclentp = NULL; in nfs_acl_dup_res_impl()
770 rvsp->vsa_mask &= ~VSA_ACL; in nfs_acl_dup_res_impl()
773 rvsp->vsa_mask |= VSA_ACLCNT; in nfs_acl_dup_res_impl()
780 rvsp->vsa_dfaclentp = NULL; in nfs_acl_dup_res_impl()
[all …]