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

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h44 #define MS_FSS 0x0002 /* Old (4-argument) mount (compatibility) */ macro
65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2245 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
2260 if (arg & MS_FSS)
2261 used = strlcat(str, "|MS_FSS", sizeof (pri->code_buf));
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1165 * A further wrinkle is that some callers don't set MS_FSS and MS_DATA
1174 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) {

Completed in 56 milliseconds