Searched refs:union_allocvp (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/fs/union/ |
| H A D | union.h | 141 extern int union_allocvp(struct vnode **, struct mount *,
|
| H A D | union_vnops.c | 520 error = union_allocvp(ap->a_vpp, dvp->v_mount, dvp, upperdvp, cnp, in union_lookup() 559 error = union_allocvp(ap->a_vpp, mp, NULLVP, NULLVP, cnp, vp, in union_create() 609 error = union_allocvp(ap->a_vpp, mp, NULLVP, NULLVP, in union_mknod() 1445 error = union_allocvp(ap->a_vpp, ap->a_dvp->v_mount, ap->a_dvp, in union_mkdir()
|
| H A D | union_vfsops.c | 419 error = union_allocvp(vpp, mp, NULL, NULL, NULL, in union_root()
|
| H A D | union_subr.c | 355 union_allocvp( in union_allocvp() function 1082 error = union_allocvp(&nvp, vp->v_mount, NULLVP, NULLVP, 0, in union_dircache()
|