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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c169 static void vclean(vnode_t vp, int flag);
1843 vclean(vp, 0);
1889 vclean(vnode_t vp, int flags) function
1993 panic("vclean: cannot reclaim");
2040 * If a vgone (or vclean) is already in progress,
2127 * vclean also takes care of removing the
2130 vclean(vp, flags | DOCLOSE);
3985 vclean(vp, 0);

Completed in 38 milliseconds