Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Drequest.c60 static int l9p_dispatch_twrite(struct l9p_request *req);
115 {L9P_TWRITE, l9p_dispatch_twrite, false},
129 {L9P_TWRITE, l9p_dispatch_twrite, false},
143 {L9P_TWRITE, l9p_dispatch_twrite, false},
917 l9p_dispatch_twrite(struct l9p_request *req) in l9p_dispatch_twrite() function