Home
last modified time | relevance | path

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

/titanic_41/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|\
/titanic_41/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; in mount()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2236 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2258 if (arg & MS_NOTRUNC) in mountflags()