Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dfcall.h206 L9P_ORCLOSE = 64, /* or'ed in, remove on close */ enumerator
H A Dutils.c355 { L9P_ORCLOSE, L9P_ORCLOSE, "ORCLOSE" }, in l9p_describe_mode()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c351 mode &= ~(L9P_OACCMODE | L9P_ORCLOSE | L9P_OCEXEC | L9P_ODIRECT); in fs_oflags_dotu()
1301 if (p9 & L9P_ORCLOSE) in fs_iopen()