Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/
Dftl.c118 #ifndef FTL_MAJOR
119 #define FTL_MAJOR 44 macro
123 #define MAJOR_NR FTL_MAJOR
212 major: FTL_MAJOR,
1236 kdev_t rdev = MKDEV(FTL_MAJOR, whole+i); in ftl_reread_partitions()
1419 if (register_blkdev(FTL_MAJOR, "ftl", &ftl_blk_fops)) { in init_ftl()
1431 blksize_size[FTL_MAJOR] = ftl_blocksizes; in init_ftl()
1432 ftl_gendisk.major = FTL_MAJOR; in init_ftl()
1433 blk_init_queue(BLK_DEFAULT_QUEUE(FTL_MAJOR), &do_ftl_request); in init_ftl()
1445 unregister_blkdev(FTL_MAJOR, "ftl"); in cleanup_ftl()
[all …]