Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c60 static int l9p_dispatch_tremove(struct l9p_request *req);
119 {L9P_TREMOVE, l9p_dispatch_tremove, true},
133 {L9P_TREMOVE, l9p_dispatch_tremove, true},
147 {L9P_TREMOVE, l9p_dispatch_tremove, true},
805 l9p_dispatch_tremove(struct l9p_request *req) in l9p_dispatch_tremove() function