GET_UINT16         74 ntfs/ntfs_compr.c 	len = GET_UINT16(cbuf) & 0xFFF;
GET_UINT16         76 ntfs/ntfs_compr.c 	    len, len, GET_UINT16(cbuf)));
GET_UINT16         78 ntfs/ntfs_compr.c 	if (!(GET_UINT16(cbuf) & 0x8000)) {
GET_UINT16         98 ntfs/ntfs_compr.c 				boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift);
GET_UINT16         99 ntfs/ntfs_compr.c 				blen = 3 + (GET_UINT16(cbuf + cpos) & lmask);