Searched refs:MS_DATA (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h45 #define MS_DATA 0x0004 /* 6-argument mount */ macro
65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfattach.c85 return (mount((char *)NULL, path, MS_DATA|MS_NOMNTTAB,
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c46 #define MS_DATA 0x04 /* 6-argument mount */ macro
122 nflags |= MS_DATA;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dmount.c154 error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR,
H A Dautod_autofs.c174 mntflags | MS_DATA | MS_OPTIONSTR;
H A Dautomount.c313 if (mount(dir->dir_map, dir->dir_name, MS_DATA | mntflgs,
H A Dautod_nfs.c2348 if (mount(mnttabtext, mntpnt, flags | MS_DATA, fstype,
2379 flags | MS_DATA;
3518 if (mount(fsname, dir, flags | MS_DATA | MS_OPTIONSTR, fstype,
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c210 if (mount(special, mountp, flag | MS_DATA | MS_OPTIONSTR,
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c87 int flags = MS_DATA;
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c408 optflg | MS_DATA | MS_OPTIONSTR,
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c146 static int mntflags = MS_DATA | MS_OPTIONSTR;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c226 if ((uap->flags & MS_DATA) &&
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c669 if (mount(arg, mountpoint, MS_DATA|MS_OPTIONSTR,
700 if (mount(zfs_get_name(zhp), mountpoint, MS_DATA|MS_OPTIONSTR|MS_RDONLY,
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c585 MS_DATA | MS_OPTIONSTR | MS_RDONLY,
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c360 flags = MS_NOSUID | MS_DATA;
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c521 flags |= MS_DATA | MS_OPTIONSTR;
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c975 err = mount(a_gzPath, gzMountPoint, MS_RDONLY|MS_DATA, "lofs",
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2245 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
2262 if (arg & MS_DATA)
2263 used = strlcat(str, "|MS_DATA", sizeof (pri->code_buf));
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c688 int mflag = MS_DATA;
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c792 mounta.flags = MS_SYSSPACE | MS_DATA;
1163 * recognized. If MS_DATA is set arguments five and six point to a
1165 * 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)) {
1415 if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) {
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c761 mntflags |= MS_DATA | MS_OPTIONSTR;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c294 if ((uap->flags & MS_DATA) && data != NULL && datalen != 0) {
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1198 if (mount(fs_name, mountpoint, MS_DATA,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1561 * ZFS does not support passing unparsed data in via MS_DATA.
1566 if ((uap->flags & MS_DATA) && uap->datalen > 0)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1907 uap->flags = MS_SYSSPACE | MS_DATA;

Completed in 144 milliseconds