taglinefilesource code
xd_release75drivers/block/xd.cstatic struct file_operations xd_fops = { NULL,block_read,block_write,NULL,NULL,xd_ioctl,NULL,xd_open,xd_release,block_fsync };
xd_release116include/linux/xd.hstatic void xd_release (struct inode *inode,struct file *file);