Searched defs:vs_native (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c876 vsecattr_t vs_native, vs_ace4; local
895 bzero(&vs_native, sizeof (vs_native));
928 vs_native.vsa_mask = VSA_ACE | VSA_ACECNT;
930 vs_native.vsa_mask = VSA_ACL | VSA_ACLCNT |
937 error = VOP_GETSECATTR(vp, &vs_native,
942 error = vs_acet_to_ace4(&vs_native, &vs_ace4, TRUE);
943 vs_acet_destroy(&vs_native);
945 error = vs_aent_to_ace4(&vs_native, &vs_ace4,
947 vs_aent_destroy(&vs_native);
[all...]

Completed in 47 milliseconds