Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c112 static int vtryrecycle(struct vnode *vp, bool isvnlru);
1324 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru) in vnlru_free_impl() argument
1410 vtryrecycle(vp, isvnlru); in vnlru_free_impl()
1863 vtryrecycle(struct vnode *vp, bool isvnlru) in vtryrecycle() argument
1908 if (isvnlru) in vtryrecycle()