Lines Matching defs:osd_cdb_head
150 struct osd_cdb_head { struct
151 struct scsi_varlen_cdb_hdr varlen_cdb;
152 /*10*/ u8 options;
153 u8 command_specific_options;
154 u8 timestamp_control;
155 /*13*/ u8 reserved1[3];
156 /*16*/ __be64 partition;
157 /*24*/ __be64 object;
158 /*32*/ union { /* V1 vs V2 alignment differences */
176 /*52*/ union { /* selected attributes mode Page/List/Single */
257 static inline struct osd_cdb_head *osd_cdb_head(struct osd_cdb *ocdb) in osd_cdb_head() function