Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/storage/
Dene_ub6250.c421 unsigned char *blkpag; member
837 if (info->MS_Lib.blkpag) in ms_lib_clear_writebuf()
838 memset(info->MS_Lib.blkpag, 0xff, info->MS_Lib.PagesPerBlock * info->MS_Lib.BytesPerSector); in ms_lib_clear_writebuf()
1080 if (info->MS_Lib.blkpag) { in ms_lib_free_writebuf()
1081 kfree(info->MS_Lib.blkpag); /* Arnold test ... */ in ms_lib_free_writebuf()
1082 info->MS_Lib.blkpag = NULL; in ms_lib_free_writebuf()
1119 info->MS_Lib.blkpag = kmalloc_array(info->MS_Lib.PagesPerBlock, in ms_lib_alloc_writebuf()
1126 if ((info->MS_Lib.blkpag == NULL) || (info->MS_Lib.blkext == NULL)) { in ms_lib_alloc_writebuf()