Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Drequest.c206 if (req->lr_req.hdr.type == hp->type) in l9p_dispatch_request()
219 l9p_describe_fcall(&req->lr_req, conn->lc_version, sb); 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()
375 req->lr_resp.hdr.type = req->lr_req.hdr.type + 1; in l9p_respond()
414 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_respond()
440 l9p_freefcall(&req->lr_req); in l9p_respond()
564 if (req->lr_resp.io.count + size > req->lr_req.io.count || in l9p_pack_stat()
583 if (strcmp(req->lr_req.version.version, in l9p_dispatch_tversion()
592 req->lr_req.version.version); in l9p_dispatch_tversion()
[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.c243 if (req->lr_req.hdr.type == L9P_TFLUSH) { in l9p_threadpool_run()
275 oldtag = req->lr_req.tflush.oldtag; in l9p_threadpool_tflush()
H A Dlib9p.h147 union l9p_fcall lr_req; /* the request, decoded/unpacked */ member
/freebsd/contrib/lib9p/backend/
H A Dfs.c867 n_uname = req->lr_req.tattach.n_uname; in fs_attach()
877 pwd = cap_getpwnam(sc->fs_cappwd, req->lr_req.tattach.uname); in fs_attach()
879 pwd = getpwnam(req->lr_req.tattach.uname); in fs_attach()
884 req->lr_req.tattach.uname); in fs_attach()
1006 name = req->lr_req.tcreate.name; in fs_create()
1007 dmperm = req->lr_req.tcreate.perm; in fs_create()
1015 req->lr_req.tcreate.extension, (gid_t)-1, &st); in fs_create()
1032 if (sscanf(req->lr_req.tcreate.extension, "%c %u %u", in fs_create()
1054 p9 = req->lr_req.tcreate.mode; in fs_create()
1617 p9 = req->lr_req.topen.mode; in fs_open()
[all …]