Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h48 #define MS_NOTRUNC 0x0040 /* Return ENAMETOOLONG for long filenames */ macro
71 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2279 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2301 if (arg & MS_NOTRUNC) in mountflags()