Searched refs:MNTOPT_REMOUNT (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | mntent.h | 58 #define MNTOPT_REMOUNT "remount"/* change options on previous mount */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 78 #define MNTOPT_REMOUNT "remount" /* Change mount options */ macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 430 flags |= eatmntopt(mnt, MNTOPT_REMOUNT) ? MS_REMOUNT : 0; in mountfs() 679 rmopt(mnt, MNTOPT_REMOUNT); in fixopts()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 273 if (strstr(optarg, MNTOPT_REMOUNT)) { in main() 277 if ((strcmp(optarg, MNTOPT_REMOUNT) != 0) && in main() 872 MNTOPT_REMOUNT,
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 301 strstr(mntopts, MNTOPT_REMOUNT) == NULL && in zfs_mount()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 189 { MNTOPT_REMOUNT, NULL, NULL, 1285 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount() 1296 MNTOPT_REMOUNT, NULL)) { in domount()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2309 MNTOPT_REMOUNT,
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5920 if (!hasmntopt(&mnt, MNTOPT_REMOUNT) && in share_mount_one()
|