iscsi_create_flashnode_sess (9) - Linux Manuals
iscsi_create_flashnode_sess: Add flashnode session entry in sysfs
NAME
iscsi_create_flashnode_sess - Add flashnode session entry in sysfs
SYNOPSIS
-
struct iscsi_bus_flash_session * iscsi_create_flashnode_sess(struct Scsi_Host
* shost, intindex, struct iscsi_transport * transport, intdd_size);
ARGUMENTS
shost
-
- pointer to host data
index
- index of flashnode to add in sysfs
transport
- pointer to transport data
dd_size
- total size to allocate
DESCRIPTION
Adds a sysfs entry for the flashnode session attributes
RETURN
pointer to allocated flashnode sess on success NULL on failure
AUTHORS
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
COPYRIGHT