Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fuse/
Dinode.c385 struct fuse_req *req = fc->destroy_req; in fuse_send_destroy()
387 fc->destroy_req = NULL; in fuse_send_destroy()
635 if (fc->destroy_req) in fuse_conn_put()
636 fuse_request_free(fc->destroy_req); in fuse_conn_put()
1163 fc->destroy_req = fuse_request_alloc(0); in fuse_fill_super()
1164 if (!fc->destroy_req) in fuse_fill_super()
Dfuse_i.h662 struct fuse_req *destroy_req; member
Dfile.c273 fuse_file_put(ff, ff->fc->destroy_req != NULL); in fuse_release_common()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c494 struct fcoe_kwqe_conn_destroy destroy_req; in bnx2fc_send_session_destroy_req() local
499 memset(&destroy_req, 0x00, sizeof(struct fcoe_kwqe_conn_destroy)); in bnx2fc_send_session_destroy_req()
500 destroy_req.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY_CONN; in bnx2fc_send_session_destroy_req()
501 destroy_req.hdr.flags = in bnx2fc_send_session_destroy_req()
504 destroy_req.context_id = tgt->context_id; in bnx2fc_send_session_destroy_req()
505 destroy_req.conn_id = tgt->fcoe_conn_id; in bnx2fc_send_session_destroy_req()
507 kwqe_arr[0] = (struct kwqe *) &destroy_req; in bnx2fc_send_session_destroy_req()