/titanic_41/usr/src/uts/common/sys/ |
H A D | mount.h | 45 #define MS_DATA 0x0004 /* 6-argument mount */ macro 65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | mount.c | 46 #define MS_DATA 0x04 /* 6-argument mount */ macro 122 nflags |= MS_DATA; in mount()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | fattach.c | 85 return (mount((char *)NULL, path, MS_DATA|MS_NOMNTTAB, in fattach()
|
/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 | 313 if (mount(dir->dir_map, dir->dir_name, MS_DATA | mntflgs, in main()
|
H A D | autod_nfs.c | 2403 if (mount(mnttabtext, mntpnt, flags | MS_DATA, fstype, in nfsmount() 2434 flags | MS_DATA; in nfsmount() 3573 if (mount(fsname, dir, flags | MS_DATA | MS_OPTIONSTR, fstype,
|
/titanic_41/usr/src/cmd/fs.d/dev/ |
H A D | mount.c | 87 int flags = MS_DATA; in do_mount()
|
/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/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 223 if ((uap->flags & MS_DATA) && in sdev_mount()
|
/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/cmd/rexd/ |
H A D | mount_nfs.c | 360 flags = MS_NOSUID | MS_DATA; in mount_nfs()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 521 flags |= MS_DATA | MS_OPTIONSTR; in mountfs()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 489 mntp, mflag | MS_DATA, MNTTYPE_CFS, in main()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 2235 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \ 2252 if (arg & MS_DATA) in mountflags()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 840 mounta.flags = MS_SYSSPACE | MS_DATA; in vfs_mountfs() 1229 } else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) { in domount() 1470 if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) { in domount()
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 975 err = mount(a_gzPath, gzMountPoint, MS_RDONLY|MS_DATA, "lofs", in z_mount_in_lz()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 688 int mflag = MS_DATA; in mount_early_fs()
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1198 if (mount(fs_name, mountpoint, MS_DATA, in be_mount_callback()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 294 if ((uap->flags & MS_DATA) && data != NULL && datalen != 0) { in ufs_mount()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 761 mntflags |= MS_DATA | MS_OPTIONSTR; in mount_nfs()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1613 if ((uap->flags & MS_DATA) && uap->datalen > 0) in zfs_mount()
|