Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode.h1657 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c586 vnode_umount_preflight(mount_t mp, vnode_t skipvp, int flags) in vnode_umount_preflight() argument
595 if (vp == skipvp) { in vnode_umount_preflight()
2811 vflush(struct mount *mp, struct vnode *skipvp, int flags) in vflush() argument
2835 if (vnode_umount_preflight(mp, skipvp, flags)) { in vflush()
2859 if ((vp->v_mount != mp) || (vp == skipvp)) { in vflush()