Lines Matching refs:xcopy_op
134 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4()
221 struct xcopy_op *xop, unsigned char *p, in target_xcopy_parse_target_descriptors()
313 static int target_xcopy_parse_segdesc_02(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_segdesc_02()
350 struct xcopy_op *xop, unsigned char *p, in target_xcopy_parse_segment_descriptors()
406 struct xcopy_op *xcopy_op; member
425 static void xcopy_pt_undepend_remotedev(struct xcopy_op *xop) in xcopy_pt_undepend_remotedev()
528 struct xcopy_op *xop, in target_xcopy_setup_pt_port()
594 struct xcopy_op *xop, in target_xcopy_setup_pt_cmd()
609 xpt_cmd->xcopy_op = xop; in target_xcopy_setup_pt_cmd()
677 struct xcopy_op *xop, in target_xcopy_read_source()
739 struct xcopy_op *xop, in target_xcopy_write_destination()
801 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work()
891 struct xcopy_op *xop = NULL; in target_do_xcopy()
909 xop = kzalloc(sizeof(struct xcopy_op), GFP_KERNEL); in target_do_xcopy()