Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.c41 static void fhanew_uninit(void *foo);
101 VNET_SYSUNINIT(nfs_fhanew, SI_SUB_VNET_DONE, SI_ORDER_ANY, fhanew_uninit, NULL);
132 fhanew_uninit(void *foo) in fhanew_uninit() function