Home
last modified time | relevance | path

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

12

/titanic_41/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)
/titanic_41/usr/src/lib/brand/solaris10/s10_replacefile/
H A Ds10_replacefile.c117 if (mount(argv[4], argv[1], MS_OVERLAY | MS_OPTIONSTR, in main()
/titanic_41/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c129 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/titanic_41/usr/src/cmd/fs.d/ctfs/
H A Dmount.c145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/titanic_41/usr/src/cmd/fs.d/objfs/
H A Dmount.c145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/titanic_41/usr/src/cmd/fs.d/sharefs/
H A Dmount.c145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/titanic_41/usr/src/cmd/fs.d/fd/
H A Dmount.c208 if (mount(special, mountp, rflag | MS_OPTIONSTR, in do_mount()
/titanic_41/usr/src/cmd/fs.d/mntfs/
H A Dmount.c201 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0, in do_mount()
/titanic_41/usr/src/cmd/fs.d/proc/
H A Dmount.c209 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0, in do_mount()
/titanic_41/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c155 mflg |= MS_OPTIONSTR; in main()
/titanic_41/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c210 if (mount(special, mountp, flag | MS_DATA | MS_OPTIONSTR, in do_mount()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dmount.c154 error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR, in main()
H A Dautod_autofs.c174 mntflags | MS_DATA | MS_OPTIONSTR; in mount_autofs()
H A Dautomount.c312 mntflgs = MS_OPTIONSTR | (dir->dir_remount ? MS_REMOUNT : 0); in main()
/titanic_41/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c89 int mflg = MS_OPTIONSTR; /* we always pass mount options */ in main()
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c224 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c419 int flags = MS_OPTIONSTR; in mountfs()
521 flags |= MS_DATA | MS_OPTIONSTR; in mountfs()
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c408 optflg | MS_DATA | MS_OPTIONSTR, in rlmount()
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c146 static int mntflags = MS_DATA | MS_OPTIONSTR;
/titanic_41/usr/src/cmd/halt/
H A Dhalt.c668 if (mount(arg, mountpoint, MS_DATA|MS_OPTIONSTR, in validate_ufs_disk()
699 if (mount(zfs_get_name(zhp), mountpoint, MS_DATA|MS_OPTIONSTR|MS_RDONLY, in validate_zfs_pool()
/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c585 MS_DATA | MS_OPTIONSTR | MS_RDONLY, in grub_fsd_mount_tmp()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1229 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) { in domount()
1284 if (uap->flags & MS_OPTIONSTR) { in domount()
1470 if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) { in domount()
1639 if (uap->flags & MS_OPTIONSTR) { in domount()
1798 if (uap->flags & MS_OPTIONSTR) { in domount()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_mount.c1658 int mflag = MS_OPTIONSTR; in loopback_mount_shared_fs()
1739 int mflag = MS_OPTIONSTR; in loopback_mount_zonepath()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c310 if (mount(zfs_get_name(zhp), mountpoint, MS_OPTIONSTR | flags, in zfs_mount()
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c305 mflag = MS_OPTIONSTR; in main()

12