Home
last modified time | relevance | path

Searched refs:lr_req (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c209 if (req->lr_req.hdr.type == hp->type) in l9p_dispatch_request()
236 req->lr_req.hdr.type); in l9p_dispatch_request()
376 req->lr_resp.hdr.tag = req->lr_req.hdr.tag; in l9p_respond()
446 l9p_freefcall(&req->lr_req); in l9p_respond()
589 if (strcmp(req->lr_req.version.version, in l9p_dispatch_tversion()
598 req->lr_req.version.version); in l9p_dispatch_tversion()
630 if (req->lr_req.tattach.afid != L9P_NOFID) { in l9p_dispatch_tattach()
648 req->lr_req.tattach.n_uname = L9P_NONUNAME; in l9p_dispatch_tattach()
715 dmperm = req->lr_req.tcreate.perm; in l9p_dispatch_tcreate()
876 if (req->lr_req.twalk.hdr.fid != req->lr_req.twalk.newfid) { in l9p_dispatch_twalk()
[all …]
H A Dconnection.c105 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()
H A Dthreadpool.c282 if (req->lr_req.hdr.type == L9P_TFLUSH) { in l9p_threadpool_run()
316 oldtag = req->lr_req.tflush.oldtag; in l9p_threadpool_tflush()
H A Dlib9p.h147 union l9p_fcall lr_req; /* the request, decoded/unpacked */ member
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c1134 p9 = req->lr_req.tcreate.mode; in fs_create()
1702 p9 = req->lr_req.topen.mode; in fs_open()
1792 req->lr_req.io.offset); in fs_read()
2086 req->lr_req.io.offset); in fs_write()
2282 gid = req->lr_req.tlopen.gid; in fs_lopen()
2311 gid = req->lr_req.tlcreate.gid; in fs_lcreate()
2331 gid = req->lr_req.tsymlink.gid; in fs_symlink()
2350 name = req->lr_req.tmknod.name; in fs_mknod()
2352 gid = req->lr_req.tmknod.gid; in fs_mknod()
2885 name = req->lr_req.tlink.name; in fs_link()
[all …]