Lines Matching refs:pcchunk
1471 struct copychunk_ioctl *pcchunk)
1490 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE);
1746 struct copychunk_ioctl *pcchunk;
1754 pcchunk = kmalloc(sizeof(struct copychunk_ioctl), GFP_KERNEL);
1763 if (pcchunk == NULL)
1770 srcfile->fid.volatile_fid, pcchunk);
1777 pcchunk->ChunkCount = cpu_to_le32(1);
1778 pcchunk->Reserved = 0;
1779 pcchunk->Reserved2 = 0;
1784 pcchunk->SourceOffset = cpu_to_le64(src_off);
1785 pcchunk->TargetOffset = cpu_to_le64(dest_off);
1786 pcchunk->Length =
1794 (char *)pcchunk, sizeof(struct copychunk_ioctl),
1812 le32_to_cpu(pcchunk->Length)) {
1868 kfree(pcchunk);