/titanic_41/usr/src/uts/common/sys/ |
H A D | mount.h | 50 #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 D | s10_replacefile.c | 117 if (mount(argv[4], argv[1], MS_OVERLAY | MS_OPTIONSTR, in main()
|
/titanic_41/usr/src/cmd/fs.d/lofs/mount/ |
H A D | mount.c | 129 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
|
/titanic_41/usr/src/cmd/fs.d/ctfs/ |
H A D | mount.c | 145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
|
/titanic_41/usr/src/cmd/fs.d/objfs/ |
H A D | mount.c | 145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
|
/titanic_41/usr/src/cmd/fs.d/sharefs/ |
H A D | mount.c | 145 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
|
/titanic_41/usr/src/cmd/fs.d/fd/ |
H A D | mount.c | 208 if (mount(special, mountp, rflag | MS_OPTIONSTR, in do_mount()
|
/titanic_41/usr/src/cmd/fs.d/mntfs/ |
H A D | mount.c | 201 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0, in do_mount()
|
/titanic_41/usr/src/cmd/fs.d/proc/ |
H A D | mount.c | 209 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0, in do_mount()
|
/titanic_41/usr/src/cmd/fs.d/tmpfs/ |
H A D | mount.c | 155 mflg |= MS_OPTIONSTR; in main()
|
/titanic_41/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 210 if (mount(special, mountp, flag | MS_DATA | MS_OPTIONSTR, in do_mount()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | mount.c | 154 error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR, in main()
|
H A D | autod_autofs.c | 174 mntflags | MS_DATA | MS_OPTIONSTR; in mount_autofs()
|
H A D | automount.c | 312 mntflgs = MS_OPTIONSTR | (dir->dir_remount ? MS_REMOUNT : 0); in main()
|
/titanic_41/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | mount.c | 89 int mflg = MS_OPTIONSTR; /* we always pass mount options */ in main()
|
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 224 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 419 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 D | roll_log.c | 408 optflg | MS_DATA | MS_OPTIONSTR, in rlmount()
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 146 static int mntflags = MS_DATA | MS_OPTIONSTR;
|
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 668 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 D | libgrub_fs.c | 585 MS_DATA | MS_OPTIONSTR | MS_RDONLY, in grub_fsd_mount_tmp()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 1229 } 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 D | be_mount.c | 1658 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 D | libzfs_mount.c | 310 if (mount(zfs_get_name(zhp), mountpoint, MS_OPTIONSTR | flags, in zfs_mount()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 305 mflag = MS_OPTIONSTR; in main()
|