Lines Matching refs:ace_v2
179 ifree_sid(ace->ace_v2.ace_sid); in ifree_ace()
226 ERRCHK(md_get_uint32le(&tmp_md, &ace->ace_v2.ace_rights)); in md_get_ace()
227 ERRCHK(md_get_sid(&tmp_md, &ace->ace_v2.ace_sid)); in md_get_ace()
277 ERRCHK(mb_put_uint32le(mbp, ace->ace_v2.ace_rights)); in mb_put_ace()
278 ERRCHK(mb_put_sid(mbp, ace->ace_v2.ace_sid)); in mb_put_ace()
862 zamask = ntace->ace_v2.ace_rights & ACE_ALL_PERMS; in ntace2zace()
863 if (ntace->ace_v2.ace_rights & GENERIC_RIGHTS_MASK) { in ntace2zace()
866 if (ntace->ace_v2.ace_rights & gf->gf_generic) in ntace2zace()
992 (*ntacep)->ace_v2.ace_sid, IDM_TYPE_ANY); in smbfs_acl_sd2zfs()
1005 (*ntacep)->ace_v2.ace_sid, IDM_TYPE_ANY); in smbfs_acl_sd2zfs()
1392 ntace->ace_v2.ace_rights = rights; in zace2ntace()
1393 ntace->ace_v2.ace_sid = sid; in zace2ntace()