Lines Matching defs:xcopy_op
21 struct xcopy_op { struct
22 int op_origin;
24 struct se_cmd *xop_se_cmd;
25 struct se_device *src_dev;
26 unsigned char src_tid_wwn[XCOPY_NAA_IEEE_REGEX_LEN];
27 struct se_device *dst_dev;
28 unsigned char dst_tid_wwn[XCOPY_NAA_IEEE_REGEX_LEN];
29 unsigned char local_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN];
31 sector_t src_lba;
32 sector_t dst_lba;
33 unsigned short stdi;
34 unsigned short dtdi;
35 unsigned short nolb;
37 u32 xop_data_bytes;
38 u32 xop_data_nents;
39 struct scatterlist *xop_data_sg;
40 struct work_struct xop_work;