Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Drequest.c651 if (req->lr_resp.rattach.qid.type & L9P_QTDIR) in l9p_dispatch_tattach()
846 if (req->lr_resp.rstat.stat.qid.type &= L9P_QTDIR) in l9p_dispatch_tstat()
906 if (req->lr_resp.rwalk.wqid[n - 1].type & L9P_QTDIR) in l9p_dispatch_twalk()
H A Dfcall.h164 L9P_QTDIR = 0x80, /* type bit for directories */ enumerator
H A Dutils.c495 { L9P_QTDIR, L9P_QTDIR, "DIR" }, in l9p_describe_qid()
/freebsd/contrib/lib9p/backend/
H A Dfs.c702 qid->type |= L9P_QTDIR; in generate_qid()