Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/ratelimit.h>
#include <asm/unaligned.h>
#include <scsi/scsi.h>
#include <target/target_core_base.h>
#include <target/target_core_backend.h>
#include <target/target_core_fabric.h>
#include "target_core_internal.h"
#include "target_core_ua.h"
Go to the source code of this file.
Functions | |
int | spc_get_write_same_sectors (struct se_cmd *cmd) |
EXPORT_SYMBOL (spc_get_write_same_sectors) | |
int | sbc_parse_cdb (struct se_cmd *cmd, struct spc_ops *ops) |
EXPORT_SYMBOL (sbc_parse_cdb) | |
EXPORT_SYMBOL | ( | spc_get_write_same_sectors | ) |
EXPORT_SYMBOL | ( | sbc_parse_cdb | ) |
Definition at line 316 of file target_core_sbc.c.
Definition at line 109 of file target_core_sbc.c.