Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDmount.h219 struct vnode *__mnt_vnode_first_active(struct vnode **mvp, struct mount *mp);
223 for (vp = __mnt_vnode_first_active(&(mvp), (mp)); \
/NextBSD/sys/kern/
HDvfs_subr.c5199 __mnt_vnode_first_active(struct vnode **mvp, struct mount *mp) in __mnt_vnode_first_active() function