Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c374 fs_oflags_dotl(uint32_t l_mode, int *aflags, enum l9p_omode *ap9) in fs_oflags_dotl() argument
378 #define CLEAR(theirs) l_mode &= ~(uint32_t)(theirs) in fs_oflags_dotl()
381 if (l_mode & (theirs)) { \ in fs_oflags_dotl()
390 flags = l_mode & O_ACCMODE; in fs_oflags_dotl()
395 if ((l_mode & (L9P_L_O_PATH | L9P_L_O_NOFOLLOW)) == in fs_oflags_dotl()
408 if (l_mode & L9P_L_O_TRUNC) in fs_oflags_dotl()
445 if (l_mode != 0) { in fs_oflags_dotl()
448 (unsigned)l_mode); in fs_oflags_dotl()