Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/
Dftl.c234 static struct file_operations ftl_blk_fops = { variable
243 static struct block_device_operations ftl_blk_fops = { variable
1247 &ftl_blk_fops, le32_to_cpu(part->header.FormattedSize)/SECTOR_SIZE); in ftl_reread_partitions()
1419 if (register_blkdev(FTL_MAJOR, "ftl", &ftl_blk_fops)) { in init_ftl()