HomeSort by: relevance | last modified time | path
    Searched refs:unionfs_nodeget (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/unionfs/
unionfs.h 124 int unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp);
unionfs_vnops.c 282 error = unionfs_nodeget(dvp->v_mount, NULLVP, lvp, dvp, &vp,
304 error = unionfs_nodeget(dvp->v_mount, uvp, lvp, dvp, &vp, cnp);
356 error = unionfs_nodeget(ap->a_dvp->v_mount, vp, NULLVP,
429 error = unionfs_nodeget(ap->a_dvp->v_mount, vp, NULLVP,
1254 error = unionfs_nodeget(ap->a_dvp->v_mount, uvp, NULLVP,
1350 error = unionfs_nodeget(ap->a_dvp->v_mount, uvp, NULLVP,
unionfs_vfsops.c 250 error = unionfs_nodeget(mp, ump->um_uppervp, ump->um_lowervp,
unionfs_subr.c 68 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, function in typeref:typename:int
82 panic("unionfs_nodeget: upper and lower is null");

Completed in 15 milliseconds