Home
last modified time | relevance | path

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
71 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2278 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
2293 if (arg & MS_FSS) in mountflags()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1155 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) { in domount()