Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.c40 static void fhanew_init(void *foo);
100 VNET_SYSINIT(nfs_fhanew, SI_SUB_VNET_DONE, SI_ORDER_ANY, fhanew_init, NULL);
104 fhanew_init(void *foo) in fhanew_init() function