Searched refs:lr_req (Results 1 – 5 of 5) sorted by relevance
206 if (req->lr_req.hdr.type == hp->type) in l9p_dispatch_request()233 req->lr_req.hdr.type); in l9p_dispatch_request()371 req->lr_resp.hdr.tag = req->lr_req.hdr.tag; in l9p_respond()440 l9p_freefcall(&req->lr_req); in l9p_respond()583 if (strcmp(req->lr_req.version.version, in l9p_dispatch_tversion()592 req->lr_req.version.version); in l9p_dispatch_tversion()624 if (req->lr_req.tattach.afid != L9P_NOFID) { in l9p_dispatch_tattach()642 req->lr_req.tattach.n_uname = L9P_NONUNAME; in l9p_dispatch_tattach()709 dmperm = req->lr_req.tcreate.perm; in l9p_dispatch_tcreate()870 if (req->lr_req.twalk.hdr.fid != req->lr_req.twalk.newfid) { in l9p_dispatch_twalk()[all …]
105 if (l9p_pufcall(&req->lr_req_msg, &req->lr_req, conn->lc_version) != 0) { in l9p_connection_recv()107 l9p_freefcall(&req->lr_req); in l9p_connection_recv()112 if (ht_add(&conn->lc_requests, req->lr_req.hdr.tag, req)) { in l9p_connection_recv()114 req->lr_req.hdr.tag); in l9p_connection_recv()115 l9p_freefcall(&req->lr_req); in l9p_connection_recv()126 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_connection_recv()127 l9p_freefcall(&req->lr_req); in l9p_connection_recv()
243 if (req->lr_req.hdr.type == L9P_TFLUSH) { in l9p_threadpool_run()275 oldtag = req->lr_req.tflush.oldtag; in l9p_threadpool_tflush()
147 union l9p_fcall lr_req; /* the request, decoded/unpacked */ member
1054 p9 = req->lr_req.tcreate.mode; in fs_create()1617 p9 = req->lr_req.topen.mode; in fs_open()1705 req->lr_req.io.offset); in fs_read()1996 req->lr_req.io.offset); in fs_write()2183 gid = req->lr_req.tlopen.gid; in fs_lopen()2212 gid = req->lr_req.tlcreate.gid; in fs_lcreate()2232 gid = req->lr_req.tsymlink.gid; in fs_symlink()2251 name = req->lr_req.tmknod.name; in fs_mknod()2253 gid = req->lr_req.tmknod.gid; in fs_mknod()2775 name = req->lr_req.tlink.name; in fs_link()[all …]