Lines Matching defs:pxace
1513 const struct POSIX_ACE *pxace;
1541 pxace = &acl->ace[l];
1542 tag = pxace->tag;
1543 perms = pxace->perms;
1584 id = pxace->id;
2470 const struct POSIX_ACE *pxace;
2488 pxace = pxdesc->acl.ace;
2490 switch (pxace[i].tag) {
2492 rights |= (pxace[i].perms & 7) << 6;
2496 rights |= ((u32)pxace[i].perms & 7) << (24 - 3*users);
2500 rights |= (pxace[i].perms & 7) << 3;
2504 rights |= ((u32)pxace[i].perms & 7) << (18 - 3*groups);
2508 rights |= ((u32)pxace[i].perms & 7) << 12;
2511 rights |= (pxace[i].perms & 7);