NTFS_COMPUNIT_CL
for (i = 0; i * NTFS_COMPBLOCK_SIZE < ntfs_cntob(NTFS_COMPUNIT_CL); i++) {
cup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL),
uup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL),
cn = (ntfs_btocn(roff)) & (~(NTFS_COMPUNIT_CL - 1));
ntfs_cntob(NTFS_COMPUNIT_CL), cup, &init, NULL);
tocopy = MIN(left, ntfs_cntob(NTFS_COMPUNIT_CL) - off);
if (init == ntfs_cntob(NTFS_COMPUNIT_CL)) {
off += tocopy - ntfs_cntob(NTFS_COMPUNIT_CL);
cn += NTFS_COMPUNIT_CL;