Searched defs:p9_req_t (Results 1 – 1 of 1) sorted by relevance
76 struct p9_req_t { struct77 int status;78 int t_err;79 struct kref refcount;80 wait_queue_head_t wq;81 struct p9_fcall tc;82 struct p9_fcall rc;83 struct list_head req_list;
Completed in 3 milliseconds