Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h78 #define P9_NOTAG 0 macro
H A Dp9_client.c137 if (req->tc->tag != P9_NOTAG) in p9_free_req()
163 if (tag == P9_NOTAG) { in p9_get_request()
165 req->tc->tag = P9_NOTAG; in p9_get_request()
390 return (P9_NOTAG); in p9_tag_create()