Home
last modified time | relevance | path

Searched refs:blkpag (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/storage/
Dene_ub6250.c423 unsigned char *blkpag; member
839 if (info->MS_Lib.blkpag) in ms_lib_clear_writebuf()
840 memset(info->MS_Lib.blkpag, 0xff, info->MS_Lib.PagesPerBlock * info->MS_Lib.BytesPerSector); in ms_lib_clear_writebuf()
1081 if (info->MS_Lib.blkpag) { in ms_lib_free_writebuf()
1082 kfree(info->MS_Lib.blkpag); /* Arnold test ... */ in ms_lib_free_writebuf()
1083 info->MS_Lib.blkpag = NULL; in ms_lib_free_writebuf()
1120 info->MS_Lib.blkpag = kmalloc_array(info->MS_Lib.PagesPerBlock, in ms_lib_alloc_writebuf()
1127 if ((info->MS_Lib.blkpag == NULL) || (info->MS_Lib.blkext == NULL)) { in ms_lib_alloc_writebuf()