Lines Matching refs:acl
1363 pace = &pxdesc->acl.ace[k];
1502 && memcmp(&((struct POSIX_SECURITY*)cached->variable)->acl,
1503 &((struct POSIX_SECURITY*)item->variable)->acl, csize)));
1958 pxace = &pxdesc->acl.ace[i];
1995 pxace = &pxdesc->acl.ace[i];
2037 pxace = &pxdesc->acl.ace[i];
2266 memcpy(value,&pxdesc->acl,sizeof(struct POSIX_ACL));
2268 &pxdesc->acl.ace[pxdesc->firstdef],
2275 memcpy(value,&pxdesc->acl,outsize);
3366 ACL *acl;
3402 acl = (ACL*)((u8*)sid + sizeof(SID) + 4);
3403 acl->revision = ACL_REVISION;
3404 acl->size = const_cpu_to_le16(sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE));
3405 acl->ace_count = const_cpu_to_le16(1);
3406 sd->dacl = cpu_to_le32((u8*)acl - (u8*)sd);
3408 ace = (ACCESS_ALLOWED_ACE*)((u8*)acl + sizeof(ACL));