Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c453 int *remounting, in pcfs_device_ismounted() argument
457 int remount = *remounting; in pcfs_device_ismounted()
535 *remounting = 0; in pcfs_device_ismounted()
641 int remounting; in pcfs_mount() local
702 remounting = (uap->flags & MS_REMOUNT); in pcfs_mount()
704 if (error = pcfs_device_ismounted(vfsp, dos_ldrive, xdev, &remounting, in pcfs_mount()
708 if (remounting) in pcfs_mount()