Lines Matching defs:basevp1
1080 * basevp1 and basevp2 represent two base-layer vnodes which are
1082 * may be NULL, but if not NULL basevp1 and basevp2 should represent
1085 * current lock status of basevp1 and basevp2, respectively. They
1091 unionfs_forward_vop_start_pair(struct vnode *basevp1, int *lkflags1,
1098 unionfs_forward_vop_ref(basevp1, lkflags1);
1127 * basevp1 and basevp2 must be the same values passed to the prior
1129 * must be the unionfs vnodes that were initially above basevp1 and
1131 * basevp1 and basevp2 (if not NULL) must be locked when this function
1143 struct vnode *unionvp1, struct vnode *basevp1, int lkflags1,
1154 vp1_doomed = unionfs_forward_vop_rele(unionvp1, basevp1, lkflags1);
1170 VOP_VPUT_PAIR(basevp1, &basevp2, true);
1173 * If basevp1 needs to be unlocked, then we may not
1189 vput(basevp1);