Home
last modified time | relevance | path

Searched defs:changer_get_element (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dchio.h117 struct changer_get_element { struct
118 int cge_type; /* type/unit */
119 int cge_unit;
120 int cge_status; /* status */
121 int cge_errno; /* errno */
122 int cge_srctype; /* source element of the last move/exchange */
123 int cge_srcunit;
124 int cge_id; /* scsi id (for data transfer elements) */
125 int cge_lun; /* scsi lun (for data transfer elements) */
126 char cge_pvoltag[36]; /* primary volume tag */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dchio.h67 struct changer_get_element { struct
68 int cge_type;
69 int cge_unit;
70 int cge_status;
71 int cge_errno;
72 int cge_srctype;
73 int cge_srcunit;
74 int cge_id;
75 int cge_lun;
76 char cge_pvoltag[36];
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dchio.h82 struct changer_get_element { struct
83 int cge_type;
84 int cge_unit;
85 int cge_status;
86 int cge_errno;
87 int cge_srctype;
88 int cge_srcunit;
89 int cge_id;
90 int cge_lun;
91 char cge_pvoltag[36];
[all …]