Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmntent.h58 #define MNTOPT_REMOUNT "remount"/* change options on previous mount */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dmntent.h78 #define MNTOPT_REMOUNT "remount" /* Change mount options */ macro
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c430 flags |= eatmntopt(mnt, MNTOPT_REMOUNT) ? MS_REMOUNT : 0; in mountfs()
679 rmopt(mnt, MNTOPT_REMOUNT); in fixopts()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c273 if (strstr(optarg, MNTOPT_REMOUNT)) { in main()
277 if ((strcmp(optarg, MNTOPT_REMOUNT) != 0) && in main()
872 MNTOPT_REMOUNT,
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c301 strstr(mntopts, MNTOPT_REMOUNT) == NULL && in zfs_mount()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c187 { MNTOPT_REMOUNT, NULL, NULL,
1309 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount()
1320 MNTOPT_REMOUNT, NULL)) { in domount()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2309 MNTOPT_REMOUNT,
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c5921 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()