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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c450 int *remounting,
454 int remount = *remounting;
532 *remounting = 0;
638 int remounting; local
699 remounting = (uap->flags & MS_REMOUNT);
701 if (error = pcfs_device_ismounted(vfsp, dos_ldrive, xdev, &remounting,
705 if (remounting)
446 pcfs_device_ismounted( struct vfs *vfsp, int dos_ldrive, dev_t xdev, int *remounting, dev_t *pseudodev) argument

Completed in 61 milliseconds