tag | line | file | source code |
---|---|---|---|
xd_open | 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_open | 113 | include/linux/xd.h | static int xd_open (struct inode *inode,struct file *file); |