xcopy_op           34 drivers/target/target_core_xcopy.c static sense_reason_t target_parse_xcopy_cmd(struct xcopy_op *xop);
xcopy_op          105 drivers/target/target_core_xcopy.c static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop,
xcopy_op          192 drivers/target/target_core_xcopy.c 				struct xcopy_op *xop, unsigned char *p,
xcopy_op          284 drivers/target/target_core_xcopy.c static int target_xcopy_parse_segdesc_02(struct se_cmd *se_cmd, struct xcopy_op *xop,
xcopy_op          327 drivers/target/target_core_xcopy.c 				struct xcopy_op *xop, unsigned char *p,
xcopy_op          397 drivers/target/target_core_xcopy.c static void xcopy_pt_undepend_remotedev(struct xcopy_op *xop)
xcopy_op          515 drivers/target/target_core_xcopy.c 	struct xcopy_op *xop,
xcopy_op          603 drivers/target/target_core_xcopy.c 	struct xcopy_op *xop,
xcopy_op          665 drivers/target/target_core_xcopy.c 	struct xcopy_op *xop,
xcopy_op          727 drivers/target/target_core_xcopy.c 	struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work);
xcopy_op          831 drivers/target/target_core_xcopy.c static sense_reason_t target_parse_xcopy_cmd(struct xcopy_op *xop)
xcopy_op          922 drivers/target/target_core_xcopy.c 	struct xcopy_op *xop;
xcopy_op          946 drivers/target/target_core_xcopy.c 	xop = kzalloc(sizeof(struct xcopy_op), GFP_KERNEL);