Searched refs:skipvp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h611 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c2741 struct vnode *skipvp = NULLVP; local
2766 skipvp = hfs_chash_getvnode(hfsmp->hfs_raw_dev, kHFSRootFolderID, 0, 0);
2770 error = vflush(mp, skipvp, SKIPSYSTEM | SKIPSWAP | flags);
2774 error = vflush(mp, skipvp, SKIPSYSTEM | flags);
2778 if (skipvp) {
2785 (vnode_isinuse(skipvp, quotafilecnt))) {
2788 hfs_unlock(VTOC(skipvp));
2789 vnode_put(skipvp);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c442 vnode_umount_preflight(mount_t mp, vnode_t skipvp, int flags) argument
452 if (vp == skipvp)
1720 vflush(struct mount *mp, struct vnode *skipvp, int flags) argument
1738 if (vnode_umount_preflight(mp, skipvp, flags)) {
1759 if ( (vp->v_mount != mp) || (vp == skipvp)) {

Completed in 37 milliseconds