Searched refs:MS_OPTIONSTR (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c376 if (mount(zfs_get_name(zhp), mountpoint, MS_OPTIONSTR | flags,
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2246 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2272 if (arg & MS_OPTIONSTR)
2273 used = strlcat(str, "|MS_OPTIONSTR", sizeof (pri->code_buf));
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c714 mflag = MS_OPTIONSTR;
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c761 mntflags |= MS_DATA | MS_OPTIONSTR;
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1198 m->flags |= MS_SYSSPACE | MS_OPTIONSTR;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c760 flags = MS_OPTIONSTR;
3518 if (mount(fsname, dir, flags | MS_DATA | MS_OPTIONSTR, fstype,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1919 uap->flags |= MS_OPTIONSTR;
3282 * and it may only be passed via MS_OPTIONSTR, so we
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6684 if (mount(dataset, path, MS_OPTIONSTR | flags, MNTTYPE_ZFS,

Completed in 121 milliseconds

12