Searched refs:MNTOPT_REMOUNT (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmntent.h58 #define MNTOPT_REMOUNT "remount"/* change options on previous mount */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h78 #define MNTOPT_REMOUNT "remount" /* Change mount options */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c430 flags |= eatmntopt(mnt, MNTOPT_REMOUNT) ? MS_REMOUNT : 0;
679 rmopt(mnt, MNTOPT_REMOUNT);
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c273 if (strstr(optarg, MNTOPT_REMOUNT)) {
277 if ((strcmp(optarg, MNTOPT_REMOUNT) != 0) &&
872 MNTOPT_REMOUNT,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c367 strstr(mntopts, MNTOPT_REMOUNT) == NULL &&
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c182 { MNTOPT_REMOUNT, NULL, NULL,
1254 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0);
1265 MNTOPT_REMOUNT, NULL)) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2309 MNTOPT_REMOUNT,
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5964 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) &&

Completed in 285 milliseconds