Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dfcall.h184 L9P_DMSYMLINK = 0x02000000, enumerator
H A Dutils.c526 { L9P_DMSYMLINK, L9P_DMSYMLINK, "DMSYMLINK" }, in l9p_describe_ext_perm()
H A Drequest.c717 (L9P_DMDIR | L9P_DMSYMLINK | L9P_DMNAMEDPIPE | L9P_DMSOCKET | L9P_DMDEVICE) in l9p_dispatch_tcreate()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c668 s->mode |= L9P_DMSYMLINK; in dostat()
1093 else if (dmperm & L9P_DMSYMLINK) in fs_create()