Searched refs:vnlru_free_impl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 1367 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru) in vnlru_free_impl() function 1474 ret = vnlru_free_impl(count, NULL, vnode_list_free_marker, false); in vnlru_free_locked_direct() 1485 ret = vnlru_free_impl(count, NULL, vnode_list_free_marker, true); in vnlru_free_locked_vnlru() 1506 vnlru_free_impl(count, mnt_op, mvp, true); in vnlru_free_vfsops()
|