1ISCSI_FIND_FLASHNODE(9) SCSI mid layer ISCSI_FIND_FLASHNODE(9)
2
3
4
6 iscsi_find_flashnode_sess - finds flashnode session entry
7
9 struct device * iscsi_find_flashnode_sess(struct Scsi_Host * shost,
10 void * data,
11 int (*fn) (struct device *dev, void *data));
12
14 shost
15 pointer to host data
16
17 data
18 pointer to data containing value to use for comparison
19
20 fn
21 function pointer that does actual comparison
22
24 Finds the flashnode session object comparing the data passed using
25 logic defined in passed function pointer
26
28 pointer to found flashnode session device object on success NULL on
29 failure
30
32 James Bottomley <James.Bottomley@hansenpartnership.com>
33 Author.
34
35 Rob Landley <rob@landley.net>
36 Author.
37
39Kernel Hackers Manual 2.6. June 2019 ISCSI_FIND_FLASHNODE(9)