|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/spinlock.h>#include <scsi/scsi.h>#include <scsi/scsi_cmnd.h>#include <target/target_core_base.h>#include <target/target_core_fabric.h>#include <target/target_core_configfs.h>#include "target_core_internal.h"#include "target_core_alua.h"#include "target_core_pr.h"#include "target_core_ua.h"Go to the source code of this file.
Functions | |
| int | core_scsi3_ua_check (struct se_cmd *cmd, unsigned char *cdb) |
| int | core_scsi3_ua_allocate (struct se_node_acl *nacl, u32 unpacked_lun, u8 asc, u8 ascq) |
| void | core_scsi3_ua_release_all (struct se_dev_entry *deve) |
| void | core_scsi3_ua_for_check_condition (struct se_cmd *cmd, u8 *asc, u8 *ascq) |
| int | core_scsi3_ua_clear_for_request_sense (struct se_cmd *cmd, u8 *asc, u8 *ascq) |
Definition at line 86 of file target_core_ua.c.
Definition at line 41 of file target_core_ua.c.
Definition at line 273 of file target_core_ua.c.
Definition at line 203 of file target_core_ua.c.
| void core_scsi3_ua_release_all | ( | struct se_dev_entry * | deve | ) |
Definition at line 187 of file target_core_ua.c.
1.8.2