Home
last modified time | relevance | path

Searched refs:MS_OPTIONSTR (Results 1 – 25 of 36) 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
72 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, in main()
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c127 if (mount(special, mountp, flags | MS_OPTIONSTR, MNTTYPE_BOOTFS, NULL, in main()
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c129 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c143 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c143 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c143 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c205 if (mount(special, mountp, rflag | MS_OPTIONSTR, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c198 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c206 if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c154 mflg |= MS_OPTIONSTR; in main()
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c208 if (mount(special, mountp, flag | MS_DATA | MS_OPTIONSTR, in do_mount()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c88 int mflg = MS_OPTIONSTR; /* we always pass mount options */ in main()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dmount.c152 error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR, in main()
H A Dautod_autofs.c172 mntflags | MS_DATA | MS_OPTIONSTR; in mount_autofs()
H A Dautomount.c312 mntflgs = MS_OPTIONSTR | (dir->dir_remount ? MS_REMOUNT : 0); in main()
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c222 if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0, in main()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c406 optflg | MS_DATA | MS_OPTIONSTR, in rlmount()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c587 if (uap->flags & MS_OPTIONSTR) { in fake_domount()
646 if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) { in fake_domount()
784 if (uap->flags & MS_OPTIONSTR) { in fake_domount()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c146 static int mntflags = MS_DATA | MS_OPTIONSTR;
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1630 int mflag = MS_OPTIONSTR; in loopback_mount_shared_fs()
1711 int mflag = MS_OPTIONSTR; in loopback_mount_zonepath()
2751 if (mount(zfs_get_name(zhp), real_mountpoint, MS_OPTIONSTR | flags, in mount_zfs()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c683 if (mount(arg, mountpoint, MS_DATA|MS_OPTIONSTR, in validate_ufs_disk()
714 if (mount(zfs_get_name(zhp), mountpoint, MS_DATA|MS_OPTIONSTR|MS_RDONLY, in validate_zfs_pool()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1155 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) { in domount()
1210 if (uap->flags & MS_OPTIONSTR) { in domount()
1397 if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) { in domount()
1565 if (uap->flags & MS_OPTIONSTR) { in domount()
1724 if (uap->flags & MS_OPTIONSTR) { in domount()
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c585 MS_DATA | MS_OPTIONSTR | MS_RDONLY, in grub_fsd_mount_tmp()

12