1. NAME▲

iscsi_find_flashnode_sess - finds flashnode session entry

2. SYNOPSIS ▲

struct device * iscsi_find_flashnode_sess(struct Scsi_Host *  shost , void *  data , int (* fn ) (struct device *dev, void *data));

3. ARGUMENTS ▲

shost
    pointer to host data

data
    pointer to data containing value to use for comparison

fn
    function pointer that does actual comparison

4. DESCRIPTION ▲

Finds the flashnode session object comparing the data passed using logic defined in passed function pointer

5. RETURNS ▲

pointer to found flashnode session device object on success NULL on failure

6. AUTHORS ▲

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT ▲