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

/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_internal.h202 pn_destroy(PFS_DESTROY_ARGS) function
206 KASSERT(pn->pn_destroy != NULL, ("%s(): no callback", __func__));
208 return ((pn->pn_destroy)(PFS_DESTROY_ARGNAMES));
H A Dpseudofs.c186 pn->pn_destroy = destroy;
208 pn->pn_destroy = destroy;
229 pn->pn_destroy = destroy;
289 if (pn->pn_destroy != NULL)
290 pn_destroy(pn);
H A Dpseudofs.h230 pfs_destroy_t pn_destroy; member in struct:pfs_node

Completed in 119 milliseconds