Home
last modified time | relevance | path

Searched defs:mvp (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/arm/gen/
H A Dgetcontextx.c52 mcontext_vfp_t *mvp; in __fillcontextx2() local
/freebsd/sys/kern/
H A Dvfs_subr.c1241 struct vnode *vp, *mvp; vlrureclaim() local
1365 vnlru_free_impl(int count,struct vfsops * mnt_op,struct vnode * mvp,bool isvnlru) vnlru_free_impl() argument
1497 vnlru_free_vfsops(int count,struct vfsops * mnt_op,struct vnode * mvp) vnlru_free_vfsops() argument
1511 struct vnode *mvp; vnlru_alloc_marker() local
1521 vnlru_free_marker(struct vnode * mvp) vnlru_free_marker() argument
4152 struct vnode *vp, *mvp, *rootvp = NULL; vflush() local
5126 struct vnode *vp, *mvp; vfs_periodic_inactive() local
5172 struct vnode *vp, *mvp; vfs_periodic_msync_inactive() local
6920 __mnt_vnode_next_all(struct vnode ** mvp,struct mount * mp) __mnt_vnode_next_all() argument
6952 __mnt_vnode_first_all(struct vnode ** mvp,struct mount * mp) __mnt_vnode_first_all() argument
6984 __mnt_vnode_markerfree_all(struct vnode ** mvp,struct mount * mp) __mnt_vnode_markerfree_all() argument
7007 mnt_vnode_markerfree_lazy(struct vnode ** mvp,struct mount * mp) mnt_vnode_markerfree_lazy() argument
7029 mnt_vnode_next_lazy_relock(struct vnode * mvp,struct mount * mp,struct vnode * vp) mnt_vnode_next_lazy_relock() argument
7073 mnt_vnode_next_lazy(struct vnode ** mvp,struct mount * mp,mnt_lazy_cb_t * cb,void * cbarg) mnt_vnode_next_lazy() argument
7135 __mnt_vnode_next_lazy(struct vnode ** mvp,struct mount * mp,mnt_lazy_cb_t * cb,void * cbarg) __mnt_vnode_next_lazy() argument
7145 __mnt_vnode_first_lazy(struct vnode ** mvp,struct mount * mp,mnt_lazy_cb_t * cb,void * cbarg) __mnt_vnode_first_lazy() argument
7170 __mnt_vnode_markerfree_lazy(struct vnode ** mvp,struct mount * mp) __mnt_vnode_markerfree_lazy() argument
[all...]
H A Dvfs_default.c695 struct vnode *mvp; in vop_stdvptocnp() local
1368 struct vnode *vp, *mvp; vfs_stdsync() local
[all...]
H A Dvfs_mount.c1819 struct vnode *vp, *mvp; in vfs_check_usecounts() local
H A Dvfs_cache.c3133 struct vnode *vp, *mvp; in cache_purgevfs() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c124 vnode_t *vp, *mvp; in mount_snapshot() local
H A Dspl_policy.c376 secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp) in secpolicy_fs_mount()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c118 struct vnode *vp, *mvp; in tmpfs_update_mtime_lazy() local
131 struct vnode *vp, *mvp; in tmpfs_update_mtime_all() local
/freebsd/sys/dev/mwl/
H A Dif_mwl.c595 struct mwl_vap *mvp; in mwl_vap_create() local
716 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_vap_delete() local
1016 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_setrates() local
1047 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_seteapolformat() local
1887 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_update_ps() local
1901 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_set_tim() local
3241 const struct mwl_vap *mvp = MWL_VAP_CONST(vap); in mwl_tx_start() local
4070 struct mwl_vap *mvp = MWL_VAP(vap); in mwl_newstate() local
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c496 struct vnode *mvp; in quotaon() local
646 struct vnode *qvp, *mvp; in quotaoff1() local
1061 struct vnode *vp, *mvp; in qsync() local
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c759 struct vnode *vp, *mvp, *devvp; in ffs_reload() local
1487 struct vnode *mvp, *vp; in ffs_sync_lazy() local
1545 struct vnode *mvp, *vp, *devvp; in ffs_sync() local
H A Dffs_snapshot.c213 struct vnode *vp, *xvp, *mvp, *devvp; in ffs_snapshot() local
2553 struct vnode *vp, *mvp; in process_deferred_inactive() local
H A Dffs_softdep.c13556 struct vnode *vp, *mvp; in softdep_request_cleanup_inactivate() local
13781 struct vnode *lvp, *mvp; in softdep_request_cleanup_flush() local
/freebsd/sys/dev/malo/
H A Dif_malo.c323 struct malo_vap *mvp; in malo_vap_create() local
360 struct malo_vap *mvp = MALO_VAP(vap); in malo_vap_delete() local
/freebsd/sys/sys/
H A Dmount.h282 #define MNT_VNODE_FOREACH_ALL(vp, mp, mvp) \ argument
286 #define MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp) \ argument
304 #define MNT_VNODE_FOREACH_LAZY(vp, mp, mvp, cb, cbarg) \ argument
309 #define MNT_VNODE_FOREACH_LAZY_ABORT(mp, mvp) \ argument
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c2005 struct vnode *vp, *mvp; nfs_sync() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1313 vnode_t *mvp = vfsp->mnt_vnodecovered; zfs_mount() local
[all...]
/freebsd/contrib/sendmail/src/
H A Ddeliver.c1677 register char **mvp; local