Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h278 struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
284 (vp) != NULL; vp = __mnt_vnode_next_all(&(mvp), (mp)))
/freebsd/sys/kern/
H A Dvfs_subr.c6838 __mnt_vnode_next_all(struct vnode **mvp, struct mount *mp) in __mnt_vnode_next_all() function