tag | line | file | source code |
---|---|---|---|
xd_fops | 75 | drivers/block/xd.c | static struct file_operations xd_fops = { NULL,block_read,block_write,NULL,NULL,xd_ioctl,NULL,xd_open,xd_release,block_fsync }; |
xd_fops | 87 | drivers/block/xd.c | if (register_blkdev(MAJOR_NR,"xd",&xd_fops)) { |