Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dfcall.h204 L9P_OTRUNC = 16, /* or'ed in (except for exec), truncate file first */ enumerator
H A Dutils.c356 { L9P_OTRUNC, L9P_OTRUNC, "OTRUNC" }, in l9p_describe_mode()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c331 if (mode & L9P_OTRUNC) in fs_oflags_dotu()
339 CONVERT(L9P_OTRUNC, O_TRUNC); in fs_oflags_dotu()
409 p9 |= L9P_OTRUNC; /* but don't CLEAR yet */ in fs_oflags_dotl()