Searched refs:xop (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_xcopy.c | 55 static int target_xcopy_locate_se_dev_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_locate_se_dev_e4() argument 63 dev_wwn = &xop->dst_tid_wwn[0]; in target_xcopy_locate_se_dev_e4() 65 dev_wwn = &xop->src_tid_wwn[0]; in target_xcopy_locate_se_dev_e4() 81 xop->dst_dev = se_dev; in target_xcopy_locate_se_dev_e4() 83 " se_dev\n", xop->dst_dev); in target_xcopy_locate_se_dev_e4() 85 xop->src_dev = se_dev; in target_xcopy_locate_se_dev_e4() 87 " se_dev\n", xop->src_dev); in target_xcopy_locate_se_dev_e4() 111 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4() argument 158 memcpy(&xop->src_tid_wwn[0], &desc[8], XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_parse_tiddesc_e4() 162 if (!memcmp(&xop->local_dev_wwn[0], &xop->src_tid_wwn[0], in target_xcopy_parse_tiddesc_e4() [all …]
|
/linux-4.4.14/fs/dlm/ |
D | plock.c | 32 struct plock_op xop; member 109 struct plock_xop *xop; in dlm_posix_lock() local 116 xop = kzalloc(sizeof(*xop), GFP_NOFS); in dlm_posix_lock() 117 if (!xop) { in dlm_posix_lock() 122 op = &xop->xop; in dlm_posix_lock() 135 xop->callback = fl->fl_lmops->lm_grant; in dlm_posix_lock() 136 locks_init_lock(&xop->flc); in dlm_posix_lock() 137 locks_copy_lock(&xop->flc, fl); in dlm_posix_lock() 138 xop->fl = fl; in dlm_posix_lock() 139 xop->file = file; in dlm_posix_lock() [all …]
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | ppc-opc.c | 1539 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument 1587 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument 1591 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument 1598 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument 1602 #define DEO(op, xop) (OP (op) | ((xop) & 0xf)) argument 1606 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument 1623 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1)) argument 1633 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) argument 1644 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) argument 1650 #define VXA(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x03f)) argument [all …]
|