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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h50 #define MS_OPTIONSTR 0x0100 /* Data is a an in/out option string */ macro
66 MS_OPTIONSTR|MS_GLOBAL|MS_NOMNTTAB)
/illumos-gate/usr/src/lib/brand/solaris10/s10_replacefile/
H A Ds10_replacefile.c117 if (mount(argv[4], argv[1], MS_OVERLAY | MS_OPTIONSTR,
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c129 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c127 if (mount(special, mountp, flags | MS_OPTIONSTR, MNTTYPE_BOOTFS, NULL,
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c208 if (mount(special, mountp, rflag | MS_OPTIONSTR,
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c201 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c209 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/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.c312 mntflgs = MS_OPTIONSTR | (dir->dir_remount ? MS_REMOUNT : 0);
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c224 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c89 int mflg = MS_OPTIONSTR; /* we always pass mount options */
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c155 mflg |= MS_OPTIONSTR;
/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/ufs/mount/
H A Dmount.c419 int flags = MS_OPTIONSTR;
521 flags |= MS_DATA | MS_OPTIONSTR;
/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/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/uts/common/fs/
H A Dvfs.c1158 * MS_OPTIONSTR, indicating an 8 argument mount with the file system
1174 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) {
1229 if (uap->flags & MS_OPTIONSTR) {
1415 if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) {
1584 if (uap->flags & MS_OPTIONSTR) {
1743 if (uap->flags & MS_OPTIONSTR) {
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1658 int mflag = MS_OPTIONSTR;
1739 int mflag = MS_OPTIONSTR;
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1576 flags = MS_OPTIONSTR;

Completed in 86 milliseconds

12