Searched refs:MS_NOTRUNC (Results 1 – 3 of 3) sorted by relevance
48 #define MS_NOTRUNC 0x0040 /* Return ENAMETOOLONG for long filenames */ macro65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
49 #define MS_NOTRUNC 0x40 /* Return ENAMETOOLONG for long filenames */ macro110 nflags = MS_NOTRUNC; in mount()
2236 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)2258 if (arg & MS_NOTRUNC) in mountflags()