Searched refs:upperdvp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/fs/union/ |
| H A D | union_vnops.c | 209 struct vnode *upperdvp, *lowerdvp; in union_parsepath() local 213 upperdvp = UPPERVP(ap->a_dvp); in union_parsepath() 216 if (upperdvp != NULLVP) { in union_parsepath() 217 error = VOP_PARSEPATH(upperdvp, ap->a_name, &upper); in union_parsepath() 329 struct vnode *upperdvp, *lowerdvp; in union_lookup() local 358 upperdvp = dun->un_uppervp; in union_lookup() 370 if (upperdvp != NULLVP) { in union_lookup() 371 uerror = union_lookup1(um->um_uppervp, &upperdvp, in union_lookup() 377 lerror = VOP_GETATTR(upperdvp, &va, in union_lookup() 492 if (upperdvp) { in union_lookup() [all …]
|
| /netbsd-src/sys/fs/unionfs/ |
| H A D | unionfs_vnops.c | 78 struct vnode *upperdvp, *lowerdvp; in unionfs_parsepath() local 83 upperdvp = dunp->un_uppervp; in unionfs_parsepath() 86 error = VOP_PARSEPATH(upperdvp, ap->a_name, &upper); in unionfs_parsepath()
|