Searched refs:mvp (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/lib/libc/arm/gen/
H A Dgetcontextx.c55 mcontext_vfp_t *mvp; local
60 mvp = &ucxp->mcontext_vfp;
63 vfp_arg.mc_vfp = mvp;
67 ucp->uc_mcontext.mc_vfp_ptr = mvp;
/freebsd-12-stable/sys/sys/
H A Dmount.h240 struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
241 struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
242 void __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp);
244 #define MNT_VNODE_FOREACH_ALL(vp, mp, mvp) \
245 for (vp = __mnt_vnode_first_all(&(mvp), (mp)); \
246 (vp) != NULL; vp = __mnt_vnode_next_all(&(mvp), (mp)))
248 #define MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp) \
251 __mnt_vnode_markerfree_all(&(mvp), (mp)); \
259 struct vnode *__mnt_vnode_next_active(struct vnode **mvp, struct mount *mp);
260 struct vnode *__mnt_vnode_first_active(struct vnode **mvp, struc
[all...]
/freebsd-12-stable/sys/kern/
H A Dvfs_default.c734 struct vnode *mvp; local
761 mvp = *dvp = nd.ni_vp;
767 VREF(mvp);
768 VOP_UNLOCK(mvp, 0);
769 vn_close(mvp, FREAD, cred, td);
800 vn_lock(mvp, LK_SHARED | LK_RETRY);
801 if (dirent_exists(mvp, dp->d_name, td)) {
803 VOP_UNLOCK(mvp, 0);
807 VOP_UNLOCK(mvp, 0);
835 vrele(mvp);
1184 struct vnode *vp, *mvp; local
[all...]
H A Dvfs_subr.c3201 struct vnode *vp, *mvp, *rootvp = NULL; local
3222 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
3227 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
3253 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
4196 struct vnode *vp, *mvp; local
4203 MNT_VNODE_FOREACH_ACTIVE(vp, mp, mvp) {
5414 __mnt_vnode_next_all(struct vnode **mvp, struct mount *mp) argument
5421 KASSERT((*mvp)->v_mount == mp, ("marker vnode mount list mismatch"));
5422 for (vp = TAILQ_NEXT(*mvp, v_nmntvnodes); vp != NULL;
5435 __mnt_vnode_markerfree_all(mvp, m
5447 __mnt_vnode_first_all(struct vnode **mvp, struct mount *mp) argument
5481 __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp) argument
5504 mnt_vnode_markerfree_active(struct vnode **mvp, struct mount *mp) argument
5526 mnt_vnode_next_active_relock(struct vnode *mvp, struct mount *mp, struct vnode *vp) argument
5595 mnt_vnode_next_active(struct vnode **mvp, struct mount *mp) argument
5641 __mnt_vnode_next_active(struct vnode **mvp, struct mount *mp) argument
5651 __mnt_vnode_first_active(struct vnode **mvp, struct mount *mp) argument
5674 __mnt_vnode_markerfree_active(struct vnode **mvp, struct mount *mp) argument
[all...]
H A Dvfs_mount.c1301 struct vnode *vp, *mvp; local
1303 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
1307 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h68 int secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp);
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c120 vnode_t *vp, *mvp; local
242 if (VFS_ROOT(mp, LK_EXCLUSIVE, &mvp))
246 *vpp = mvp;
H A Dopensolaris_policy.c370 secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp) argument
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c599 struct mwl_vap *mvp; local
641 mvp = malloc(sizeof(struct mwl_vap), M_80211_VAP, M_WAITOK | M_ZERO);
642 mvp->mv_hvap = hvap;
650 mvp->mv_ap_hvap = MWL_VAP(apvap)->mv_hvap;
653 KASSERT(mvp->mv_ap_hvap != NULL, ("no ap vap"));
655 vap = &mvp->mv_vap;
658 mvp->mv_newstate = vap->iv_newstate;
667 mvp->mv_set_tim = vap->iv_set_tim;
720 struct mwl_vap *mvp = MWL_VAP(vap); local
723 struct mwl_hal_vap *hvap = mvp
1020 struct mwl_vap *mvp = MWL_VAP(vap); local
1051 struct mwl_vap *mvp = MWL_VAP(vap); local
1892 struct mwl_vap *mvp = MWL_VAP(vap); local
1906 struct mwl_vap *mvp = MWL_VAP(vap); local
3250 const struct mwl_vap *mvp = MWL_VAP_CONST(vap); local
4081 struct mwl_vap *mvp = MWL_VAP(vap); local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1796 vnode_t *mvp = vfsp->mnt_vnodecovered; local
1803 if (mvp->v_type != VDIR)
1806 mutex_enter(&mvp->v_lock);
1809 (mvp->v_count != 1 || (mvp->v_flag & VROOT))) {
1810 mutex_exit(&mvp->v_lock);
1813 mutex_exit(&mvp->v_lock);
1851 error = secpolicy_fs_mount(cr, mvp, vfsp);
1866 vn_lock(mvp, LK_SHARED | LK_RETRY);
1867 if (VOP_GETATTR(mvp,
[all...]
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c730 struct vnode *vp, *mvp, *devvp; local
788 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
793 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
808 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
820 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
1119 struct vnode *mvp, *vp; local
1136 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
1152 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_quota.c499 struct vnode *mvp; local
616 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
618 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
630 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
655 struct vnode *qvp, *mvp; local
679 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
685 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
1070 struct vnode *vp, *mvp; local
1088 MNT_VNODE_FOREACH_ACTIVE(vp, mp, mvp) {
1096 MNT_VNODE_FOREACH_ACTIVE_ABORT(mp, mvp);
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_vfsops.c624 struct vnode *vp, *mvp, *devvp; local
736 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
748 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
763 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
1444 struct vnode *mvp, *vp; local
1457 MNT_VNODE_FOREACH_ACTIVE(vp, mp, mvp) {
1507 struct vnode *mvp, *vp, *devvp; local
1555 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
1575 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
H A Dffs_snapshot.c226 struct vnode *vp, *xvp, *mvp, *devvp; local
542 MNT_VNODE_FOREACH_ALL(xvp, mp, mvp) {
560 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
617 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
2551 struct vnode *vp, *mvp; local
2559 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
2577 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
H A Dffs_softdep.c13474 struct vnode *lvp, *mvp; local
13479 MNT_VNODE_FOREACH_ALL(lvp, mp, mvp) {
/freebsd-12-stable/sys/dev/malo/
H A Dif_malo.c332 struct malo_vap *mvp; local
351 mvp = malloc(sizeof(struct malo_vap), M_80211_VAP, M_WAITOK | M_ZERO);
352 vap = &mvp->malo_vap;
356 mvp->malo_newstate = vap->iv_newstate;
369 struct malo_vap *mvp = MALO_VAP(vap); local
372 free(mvp, M_80211_VAP);
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c110 struct vnode *vp, *mvp; local
113 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
/freebsd-12-stable/contrib/sendmail/src/
H A Ddeliver.c1304 register char **mvp; local
1481 for (mvp = m->m_argv; (p = *++mvp) != NULL; )
1497 expand(*mvp, buf, sizeof(buf), e);
1514 if (*mvp == NULL)
1531 ** At this point *mvp points to the argument with $u. We
1841 expand(*mvp, buf, sizeof(buf), e);
1886 while (*++mvp != NULL)
1888 expand(*mvp, buf, sizeof(buf), e);
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_segment.c482 struct vnode *vp, *mvp; local
489 MNT_VNODE_FOREACH_ACTIVE(vp, mp, mvp) {
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1793 struct vnode *vp, *mvp; local
1815 MNT_VNODE_FOREACH_ALL(vp, mp, mvp) {
1823 MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);

Completed in 377 milliseconds