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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1281 @param skipvp A specific vnode to not reclaim or to let interrupt an un-forced flush
1294 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c3395 struct vnode *skipvp = NULLVP; local
3420 skipvp = hfs_chash_getvnode(hfsmp, kHFSRootFolderID, 0, 0, 0);
3424 error = vflush(mp, skipvp, SKIPSYSTEM | SKIPSWAP | flags);
3428 error = vflush(mp, skipvp, SKIPSYSTEM | flags);
3432 if (skipvp) {
3439 (vnode_isinuse(skipvp, quotafilecnt))) {
3442 hfs_unlock(VTOC(skipvp));
3443 vnode_put(skipvp);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c510 vnode_umount_preflight(mount_t mp, vnode_t skipvp, int flags) argument
520 if (vp == skipvp)
1908 vflush(struct mount *mp, struct vnode *skipvp, int flags) argument
1926 if (vnode_umount_preflight(mp, skipvp, flags)) {
1949 if ( (vp->v_mount != mp) || (vp == skipvp)) {

Completed in 49 milliseconds