Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dmount.h254 struct vnode *__mnt_vnode_first_active(struct vnode **mvp, struct mount *mp);
258 for (vp = __mnt_vnode_first_active(&(mvp), (mp)); \
/freebsd-12.1/sys/kern/
H A Dvfs_subr.c5668 __mnt_vnode_first_active(struct vnode **mvp, struct mount *mp) in __mnt_vnode_first_active() function