Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dmount.h284 struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
288 for (vp = __mnt_vnode_first_all(&(mvp), (mp)); \
/src/sys/kern/
H A Dvfs_subr.c7074 __mnt_vnode_first_all(struct vnode **mvp, struct mount *mp) in __mnt_vnode_first_all() function