Lines Matching refs:pcchunk
1447 struct copychunk_ioctl *pcchunk)
1469 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE);
1715 struct copychunk_ioctl *pcchunk;
1722 pcchunk = kmalloc(sizeof(struct copychunk_ioctl), GFP_KERNEL);
1723 if (pcchunk == NULL)
1730 srcfile->fid.volatile_fid, pcchunk);
1737 pcchunk->ChunkCount = cpu_to_le32(1);
1738 pcchunk->Reserved = 0;
1739 pcchunk->Reserved2 = 0;
1744 pcchunk->SourceOffset = cpu_to_le64(src_off);
1745 pcchunk->TargetOffset = cpu_to_le64(dest_off);
1746 pcchunk->Length =
1754 (char *)pcchunk, sizeof(struct copychunk_ioctl),
1772 le32_to_cpu(pcchunk->Length)) {
1828 kfree(pcchunk);