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

/freebsd-10.2-release/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.c184 pn->pn_destroy = destroy;
206 pn->pn_destroy = destroy;
227 pn->pn_destroy = destroy;
287 if (pn->pn_destroy != NULL)
288 pn_destroy(pn);
H A Dpseudofs.h233 pfs_destroy_t pn_destroy; member in struct:pfs_node

Completed in 50 milliseconds