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

  /src/sys/fs/unionfs/
unionfs_vnops.c 453 struct vnode *targetvp; local in function:unionfs_open
462 targetvp = NULLVP;
470 targetvp = uvp;
472 targetvp = lvp;
474 if (targetvp == lvp &&
476 targetvp = NULLVP;
478 if (targetvp == NULLVP) {
485 targetvp = uvp = unp->un_uppervp;
487 targetvp = lvp;
489 targetvp = uvp
    [all...]
unionfs_vnops.c 453 struct vnode *targetvp; local in function:unionfs_open
462 targetvp = NULLVP;
470 targetvp = uvp;
472 targetvp = lvp;
474 if (targetvp == lvp &&
476 targetvp = NULLVP;
478 if (targetvp == NULLVP) {
485 targetvp = uvp = unp->un_uppervp;
487 targetvp = lvp;
489 targetvp = uvp
    [all...]
  /src/sys/fs/union/
union_vnops.c 1148 struct vnode *targetvp; local in function:union_fsync
1166 targetvp = OTHERVP(ap->a_vp);
1167 if (targetvp != NULLVP) {
1168 int dolock = (targetvp == LOWERVP(ap->a_vp));
1171 vn_lock(targetvp, LK_EXCLUSIVE | LK_RETRY);
1172 error = VOP_FSYNC(targetvp, ap->a_cred, ap->a_flags,
1175 VOP_UNLOCK(targetvp);
union_vnops.c 1148 struct vnode *targetvp; local in function:union_fsync
1166 targetvp = OTHERVP(ap->a_vp);
1167 if (targetvp != NULLVP) {
1168 int dolock = (targetvp == LOWERVP(ap->a_vp));
1171 vn_lock(targetvp, LK_EXCLUSIVE | LK_RETRY);
1172 error = VOP_FSYNC(targetvp, ap->a_cred, ap->a_flags,
1175 VOP_UNLOCK(targetvp);

Completed in 25 milliseconds