Home
last modified time | relevance | path

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

/NextBSD/sys/geom/mountver/
HDg_mountver.c58 static eventhandler_tag g_mountver_pre_sync = NULL; variable
626 g_mountver_pre_sync = EVENTHANDLER_REGISTER(shutdown_pre_sync, in g_mountver_init()
628 if (g_mountver_pre_sync == NULL) in g_mountver_init()
636 if (g_mountver_pre_sync != NULL) in g_mountver_fini()
637 EVENTHANDLER_DEREGISTER(shutdown_pre_sync, g_mountver_pre_sync); in g_mountver_fini()