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

/freebsd-current/sys/geom/mountver/
H A Dg_mountver.c58 static eventhandler_tag g_mountver_pre_sync = NULL; variable
681 g_mountver_pre_sync = EVENTHANDLER_REGISTER(shutdown_pre_sync,
683 if (g_mountver_pre_sync == NULL)
691 if (g_mountver_pre_sync != NULL)
692 EVENTHANDLER_DEREGISTER(shutdown_pre_sync, g_mountver_pre_sync);

Completed in 65 milliseconds