blkpag 424 drivers/usb/storage/ene_ub6250.c unsigned char *blkpag; blkpag 840 drivers/usb/storage/ene_ub6250.c if (info->MS_Lib.blkpag) blkpag 841 drivers/usb/storage/ene_ub6250.c memset(info->MS_Lib.blkpag, 0xff, info->MS_Lib.PagesPerBlock * info->MS_Lib.BytesPerSector); blkpag 1082 drivers/usb/storage/ene_ub6250.c if (info->MS_Lib.blkpag) { blkpag 1083 drivers/usb/storage/ene_ub6250.c kfree(info->MS_Lib.blkpag); /* Arnold test ... */ blkpag 1084 drivers/usb/storage/ene_ub6250.c info->MS_Lib.blkpag = NULL; blkpag 1121 drivers/usb/storage/ene_ub6250.c info->MS_Lib.blkpag = kmalloc_array(info->MS_Lib.PagesPerBlock, blkpag 1128 drivers/usb/storage/ene_ub6250.c if ((info->MS_Lib.blkpag == NULL) || (info->MS_Lib.blkext == NULL)) {