NTFS_COMPBLOCK_SIZE   79 ntfs/ntfs_compr.c 		if ((len + 1) != NTFS_COMPBLOCK_SIZE) {
NTFS_COMPBLOCK_SIZE   84 ntfs/ntfs_compr.c 		bzero(buf + len + 1, NTFS_COMPBLOCK_SIZE - 1 - len);
NTFS_COMPBLOCK_SIZE   89 ntfs/ntfs_compr.c 	while ((cpos < len + 3) && (pos < NTFS_COMPBLOCK_SIZE)) {
NTFS_COMPBLOCK_SIZE   91 ntfs/ntfs_compr.c 		for (i = 0; (i < 8) && (pos < NTFS_COMPBLOCK_SIZE); i++) {
NTFS_COMPBLOCK_SIZE  100 ntfs/ntfs_compr.c 				for (j = 0; (j < blen) && (pos < NTFS_COMPBLOCK_SIZE); j++) {
NTFS_COMPBLOCK_SIZE  124 ntfs/ntfs_compr.c 	for (i = 0; i * NTFS_COMPBLOCK_SIZE < ntfs_cntob(NTFS_COMPUNIT_CL); i++) {
NTFS_COMPBLOCK_SIZE  125 ntfs/ntfs_compr.c 		new = ntfs_uncompblock(uup + i * NTFS_COMPBLOCK_SIZE, cup + off);