Home
last modified time | relevance | path

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

/freebsd/sys/fs/pseudofs/
H A Dpseudofs_internal.h178 pn_getextattr(PFS_GETEXTATTR_ARGS) in pn_getextattr() function
182 KASSERT(pn->pn_getextattr != NULL, ("%s(): no callback", __func__)); in pn_getextattr()
186 return ((pn->pn_getextattr)(PFS_GETEXTATTR_ARGNAMES)); in pn_getextattr()
H A Dpseudofs.h230 pfs_getextattr_t pn_getextattr; member
H A Dpseudofs_vnops.c350 if (pn->pn_getextattr == NULL) in pfs_getextattr()
353 error = pn_getextattr(curthread, proc, pn, in pfs_getextattr()