Searched refs:MS_NOTRUNC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h48 #define MS_NOTRUNC 0x0040 /* Return ENAMETOOLONG for long filenames */ macro
65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c49 #define MS_NOTRUNC 0x40 /* Return ENAMETOOLONG for long filenames */ macro
110 nflags = MS_NOTRUNC;
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2246 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2268 if (arg & MS_NOTRUNC)
2269 used = strlcat(str, "|MS_NOTRUNC", sizeof (pri->code_buf));

Completed in 62 milliseconds