Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/cdrom/
Dsjcd.c1658 static struct block_device_operations sjcd_fops = { variable
1698 if (devfs_register_blkdev(MAJOR_NR, "sjcd", &sjcd_fops) != 0) { in sjcd_init()
1706 register_disk(NULL, MKDEV(MAJOR_NR, 0), 1, &sjcd_fops, 0); in sjcd_init()
1799 S_IFBLK | S_IRUGO | S_IWUGO, &sjcd_fops, NULL); in sjcd_init()