tag | line | file | source code |
---|---|---|---|
xd_ioctl | 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_ioctl | 115 | include/linux/xd.h | static int xd_ioctl (struct inode *inode,struct file *file,unsigned int cmd,unsigned long arg); |