NTFS_COMPUNIT_CL  124 ntfs/ntfs_compr.c 	for (i = 0; i * NTFS_COMPBLOCK_SIZE < ntfs_cntob(NTFS_COMPUNIT_CL); i++) {
NTFS_COMPUNIT_CL 1869 ntfs/ntfs_subr.c 		MALLOC(cup, u_int8_t *, ntfs_cntob(NTFS_COMPUNIT_CL),
NTFS_COMPUNIT_CL 1871 ntfs/ntfs_subr.c 		MALLOC(uup, u_int8_t *, ntfs_cntob(NTFS_COMPUNIT_CL),
NTFS_COMPUNIT_CL 1874 ntfs/ntfs_subr.c 		cn = (ntfs_btocn(roff)) & (~(NTFS_COMPUNIT_CL - 1));
NTFS_COMPUNIT_CL 1880 ntfs/ntfs_subr.c 					          ntfs_cntob(NTFS_COMPUNIT_CL),
NTFS_COMPUNIT_CL 1885 ntfs/ntfs_subr.c 			tocopy = MIN(left, ntfs_cntob(NTFS_COMPUNIT_CL) - off);
NTFS_COMPUNIT_CL 1887 ntfs/ntfs_subr.c 			if (init == ntfs_cntob(NTFS_COMPUNIT_CL)) {
NTFS_COMPUNIT_CL 1912 ntfs/ntfs_subr.c 			off += tocopy - ntfs_cntob(NTFS_COMPUNIT_CL);
NTFS_COMPUNIT_CL 1913 ntfs/ntfs_subr.c 			cn += NTFS_COMPUNIT_CL;