Searched refs:mvfsp (Results 1 – 1 of 1) sorted by relevance
1082 vfs_t *mvfsp; in auto_perform_actions() local1248 mvfsp = vn_mountedvfs(mvp); in auto_perform_actions()1249 if (mvfsp != NULL) { in auto_perform_actions()1250 vfs_lock_wait(mvfsp); in auto_perform_actions()1252 error = VFS_ROOT(mvfsp, &newvp); in auto_perform_actions()1253 vfs_unlock(mvfsp); in auto_perform_actions()1261 mvfsp = vn_mountedvfs(mvp); in auto_perform_actions()1262 if (mvfsp != NULL) { in auto_perform_actions()1263 error = dounmount(mvfsp, 0, CRED()); in auto_perform_actions()1267 " vfs=%p", (void *)mvfsp); in auto_perform_actions()