Home
last modified time | relevance | path

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

/titanic_41/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|\
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2235 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
2250 if (arg & MS_FSS) in mountflags()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1229 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) { in domount()