Lines Matching refs:kmalloc
78 vblock = kmalloc(sizeof(struct vmu_block), GFP_KERNEL); in ofs_to_block()
131 pcache->buffer = kmalloc(card->blocklen, GFP_KERNEL); in maple_vmu_read_block()
161 blockread = kmalloc(card->blocklen/card->readcnt, GFP_KERNEL); in maple_vmu_read_block()
244 sendbuf = kmalloc(phaselen + 4, GFP_KERNEL); in maple_vmu_write_block()
320 buf = kmalloc(card->blocklen, GFP_KERNEL); in vmu_flash_read_char()
448 buffer = kmalloc(card->blocklen, GFP_KERNEL); in vmu_flash_write()
527 part_cur->name = kmalloc(12, GFP_KERNEL); in vmu_queryblocks()
544 mpart = kmalloc(sizeof(struct mdev_part), GFP_KERNEL); in vmu_queryblocks()
614 card = kmalloc(sizeof(struct memcard), GFP_KERNEL); in vmu_connect()
632 card->parts = kmalloc(sizeof(struct vmupart) * card->partitions, in vmu_connect()
639 card->mtd = kmalloc(sizeof(struct mtd_info) * card->partitions, in vmu_connect()