Searched refs:vnlru_free_impl (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 1219 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_impl() function 1275 return (vnlru_free_impl(count, NULL, vnode_list_free_marker)); in vnlru_free_locked() 1286 vnlru_free_impl(count, mnt_op, mvp); in vnlru_free_vfsops() 1302 if (vnlru_free_impl(count, mnt_op, mvp) == 0) { in vnlru_free() 1312 vnlru_free_impl(count, mnt_op, mvp); in vnlru_free()
|