Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1165 extern errno_t VNOP_RECLAIM(vnode_t, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c5667 VNOP_RECLAIM(struct vnode *vp, vfs_context_t ctx) in VNOP_RECLAIM() function
H A Dvfs_subr.c3168 if (VNOP_RECLAIM(vp, ctx)) { in vclean()