Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c53 #define VALIDMODEBITS 07777 macro
281 if ((num & ~VALIDMODEBITS) != 0) { in tmp_convmode()
285 *mode = VALIDMODEBITS & num; in tmp_convmode()