Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDmount.h200 struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
204 for (vp = __mnt_vnode_first_all(&(mvp), (mp)); \
/freebsd-11-stable/sys/kern/
HDvfs_subr.c5326 __mnt_vnode_first_all(struct vnode **mvp, struct mount *mp) in __mnt_vnode_first_all() function