Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h250 struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
256 (vp) != NULL; vp = __mnt_vnode_next_all(&(mvp), (mp)))
/f-stack/freebsd/kern/
H A Dvfs_subr.c6556 __mnt_vnode_next_all(struct vnode **mvp, struct mount *mp) in __mnt_vnode_next_all() function