Lines Matching refs:ace_v2
182 ifree_sid(ace->ace_v2.ace_sid); in ifree_ace()
229 ERRCHK(md_get_uint32le(&tmp_md, &ace->ace_v2.ace_rights)); in md_get_ace()
230 ERRCHK(md_get_sid(&tmp_md, &ace->ace_v2.ace_sid)); in md_get_ace()
280 ERRCHK(mb_put_uint32le(mbp, ace->ace_v2.ace_rights)); in mb_put_ace()
281 ERRCHK(mb_put_sid(mbp, ace->ace_v2.ace_sid)); in mb_put_ace()
865 zamask = ntace->ace_v2.ace_rights & ACE_ALL_PERMS; in ntace2zace()
866 if (ntace->ace_v2.ace_rights & GENERIC_RIGHTS_MASK) { in ntace2zace()
869 if (ntace->ace_v2.ace_rights & gf->gf_generic) in ntace2zace()
995 (*ntacep)->ace_v2.ace_sid, IDM_TYPE_ANY); in smbfs_acl_sd2zfs()
1008 (*ntacep)->ace_v2.ace_sid, IDM_TYPE_ANY); in smbfs_acl_sd2zfs()
1395 ntace->ace_v2.ace_rights = rights; in zace2ntace()
1396 ntace->ace_v2.ace_sid = sid; in zace2ntace()