Searched refs:oip (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | scsi_debug.c | 1673 const struct opcode_info_t *oip; in resp_rsup_opcodes() local 1700 for (count = 0, oip = opcode_info_arr; in resp_rsup_opcodes() 1701 oip->num_attached != 0xff; ++oip) { in resp_rsup_opcodes() 1702 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 1704 count += (oip->num_attached + 1); in resp_rsup_opcodes() 1708 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes() 1709 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes() 1710 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 1712 na = oip->num_attached; in resp_rsup_opcodes() 1713 arr[offset] = oip->opcode; in resp_rsup_opcodes() [all …]
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 1576 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange() local 1582 umode_t old_mode = oip->i_inode.i_mode; in gfs2_exchange() 1598 error = gfs2_ok_to_move(oip, ndip); in gfs2_exchange() 1617 gfs2_holder_init(oip->i_gl, LM_ST_EXCLUSIVE, 0, ghs + num_gh); in gfs2_exchange() 1630 if (oip->i_inode.i_nlink == 0 || nip->i_inode.i_nlink == 0) in gfs2_exchange() 1633 error = gfs2_unlink_ok(odip, &odentry->d_name, oip); in gfs2_exchange() 1654 error = update_moved_ino(oip, ndip, S_ISDIR(old_mode)); in gfs2_exchange() 1662 error = gfs2_dir_mvino(ndip, &ndentry->d_name, oip, in gfs2_exchange()
|
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 1155 struct iphdr *oip = NULL; in vxlan_rcv() local 1182 oip = ip_hdr(skb); in vxlan_rcv() 1183 saddr.sin.sin_addr.s_addr = oip->saddr; in vxlan_rcv() 1209 if (oip) in vxlan_rcv() 1210 err = IP_ECN_decapsulate(oip, skb); in vxlan_rcv() 1217 if (oip) in vxlan_rcv() 1219 &oip->saddr, oip->tos); in vxlan_rcv()
|