Searched refs:gscd_fops (Results 1 – 1 of 1) sorted by relevance
166 static struct block_device_operations gscd_fops = { variable1013 if (devfs_register_blkdev(MAJOR_NR, "gscd", &gscd_fops) != 0) { in my_gscd_init()1020 S_IFBLK | S_IRUGO | S_IWUGO, &gscd_fops, NULL); in my_gscd_init()1030 register_disk(NULL, MKDEV(MAJOR_NR, 0), 1, &gscd_fops, 0); in my_gscd_init()