Lines Matching defs:ace
3418 static void cifs_convert_ace(struct posix_acl_xattr_entry *ace,
3422 ace->e_perm = cpu_to_le16(cifs_ace->cifs_e_perm);
3423 ace->e_tag = cpu_to_le16(cifs_ace->cifs_e_tag);
3424 ace->e_id = cpu_to_le32(le64_to_cpu(cifs_ace->cifs_uid));
3427 ace->e_perm, ace->e_tag, ace->e_id);
3480 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1);
3484 cifs_convert_ace(&ace[i], pACE);
3504 ace->e_perm, ace->e_tag, ace->e_id);
3515 struct posix_acl_xattr_entry *ace = (void *)(local_acl + 1);
3542 convert_ace_to_cifs_ace(&cifs_acl->ace_array[i], &ace[i]);