Lines Matching refs:parts
47 struct vmupart *parts; member
69 if (src_ofs >= card->parts[partition].numblocks * card->blocklen) in ofs_to_block()
73 if (num > card->parts[partition].numblocks) in ofs_to_block()
124 pcache = card->parts[partition].pcache; in maple_vmu_read_block()
366 numblocks = card->parts[partition].numblocks; in vmu_flash_read()
372 pcache = card->parts[partition].pcache; in vmu_flash_read()
432 numblocks = card->parts[partition].numblocks; in vmu_flash_write()
469 pcache = card->parts[partition].pcache; in vmu_flash_write()
521 part_cur = &card->parts[card->partition]; in vmu_queryblocks()
580 kfree(((card->parts)[error]).pcache); in vmu_queryblocks()
581 ((card->parts)[error]).pcache = NULL; in vmu_queryblocks()
630 card->parts = kmalloc_array(card->partitions, sizeof(struct vmupart), in vmu_connect()
632 if (!card->parts) { in vmu_connect()
684 kfree(card->parts); in vmu_connect()
703 kfree(((card->parts)[x]).name); in vmu_disconnect()
705 kfree(card->parts); in vmu_disconnect()