Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h298 struct vnode *__mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp,
307 vp = __mnt_vnode_next_lazy(&(mvp), (mp), (cb), (cbarg)))
/freebsd/sys/kern/
H A Dvfs_subr.c7053 __mnt_vnode_next_lazy(struct vnode **mvp, struct mount *mp, mnt_lazy_cb_t *cb, in __mnt_vnode_next_lazy() function