1ISCSI_IS_FLASHNODE_C(9) SCSI mid layer ISCSI_IS_FLASHNODE_C(9)
2
3
4
6 iscsi_is_flashnode_conn_dev - verify passed device is to be flashnode
7 conn
8
10 int iscsi_is_flashnode_conn_dev(struct device * dev, void * data);
11
13 dev
14 device to verify
15
16 data
17 pointer to data containing value to use for verification
18
20 Verifies if the passed device is flashnode conn device
21
23 1 on success 0 on failure
24
26 James Bottomley <James.Bottomley@hansenpartnership.com>
27 Author.
28
29 Rob Landley <rob@landley.net>
30 Author.
31
33Kernel Hackers Manual 2.6. June 2019 ISCSI_IS_FLASHNODE_C(9)