Home
last modified time | relevance | path

Searched defs:p9_req_t (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/9p/
Dclient.h78 struct p9_req_t { struct
79 int status;
80 int t_err;
81 struct kref refcount;
82 wait_queue_head_t wq;
83 struct p9_fcall tc;
84 struct p9_fcall rc;
85 struct list_head req_list;
/kernel/linux/linux-6.6/include/net/9p/
Dclient.h77 struct p9_req_t { struct
78 int status;
79 int t_err;
80 refcount_t refcount;
81 wait_queue_head_t wq;
82 struct p9_fcall tc;
83 struct p9_fcall rc;
84 struct list_head req_list;