Home
last modified time | relevance | path

Searched refs:MS_DATA (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Dmount.h45 #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 Dmount.c46 #define MS_DATA 0x04 /* 6-argument mount */ macro
122 nflags |= MS_DATA; in mount()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfattach.c85 return (mount((char *)NULL, path, MS_DATA|MS_NOMNTTAB, in fattach()
/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.c313 if (mount(dir->dir_map, dir->dir_name, MS_DATA | mntflgs, in main()
H A Dautod_nfs.c2403 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 Dmount.c87 int flags = MS_DATA; in do_mount()
/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/uts/common/fs/dev/
H A Dsdev_vfsops.c223 if ((uap->flags & MS_DATA) && in sdev_mount()
/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/cmd/rexd/
H A Dmount_nfs.c360 flags = MS_NOSUID | MS_DATA; in mount_nfs()
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c521 flags |= MS_DATA | MS_OPTIONSTR; in mountfs()
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c489 mntp, mflag | MS_DATA, MNTTYPE_CFS, in main()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2235 #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 Dvfs.c840 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 Dzones.c975 err = mount(a_gzPath, gzMountPoint, MS_RDONLY|MS_DATA, "lofs", in z_mount_in_lz()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c688 int mflag = MS_DATA; in mount_early_fs()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_mount.c1198 if (mount(fs_name, mountpoint, MS_DATA, in be_mount_callback()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c294 if ((uap->flags & MS_DATA) && data != NULL && datalen != 0) { in ufs_mount()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c761 mntflags |= MS_DATA | MS_OPTIONSTR; in mount_nfs()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1613 if ((uap->flags & MS_DATA) && uap->datalen > 0) in zfs_mount()

12