Searched refs:destroy_req (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/fuse/
H A Dinode.c361 struct fuse_req *req = fc->destroy_req; fuse_send_destroy()
363 fc->destroy_req = NULL; fuse_send_destroy()
618 if (fc->destroy_req) fuse_conn_put()
619 fuse_request_free(fc->destroy_req); fuse_conn_put()
1121 fc->destroy_req = fuse_request_alloc(0); fuse_fill_super()
1122 if (!fc->destroy_req) fuse_fill_super()
H A Dfuse_i.h642 struct fuse_req *destroy_req; member in struct:fuse_conn
H A Dfile.c276 fuse_file_put(ff, ff->fc->destroy_req != NULL); fuse_release_common()
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c493 struct fcoe_kwqe_conn_destroy destroy_req; bnx2fc_send_session_destroy_req() local
498 memset(&destroy_req, 0x00, sizeof(struct fcoe_kwqe_conn_destroy)); bnx2fc_send_session_destroy_req()
499 destroy_req.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY_CONN; bnx2fc_send_session_destroy_req()
500 destroy_req.hdr.flags = bnx2fc_send_session_destroy_req()
503 destroy_req.context_id = tgt->context_id; bnx2fc_send_session_destroy_req()
504 destroy_req.conn_id = tgt->fcoe_conn_id; bnx2fc_send_session_destroy_req()
506 kwqe_arr[0] = (struct kwqe *) &destroy_req; bnx2fc_send_session_destroy_req()

Completed in 134 milliseconds