Home
last modified time | relevance | path

Searched defs:xmp (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_mountops.h44 #define XFSTOMNT(xmp) ((xmp)->m_mp) argument
45 #define XFSTOVFS(xmp) (&(xmp)->m_vfs) argument
Dxfs_vfs.c236 struct xfsmount *xmp; in vfs_allocate() local
254 struct xfsmount *xmp; in vfs_deallocate() local
282 xfsmount_deallocate(struct xfsmount *xmp) in xfsmount_deallocate()
Dxfs_mountops.c117 struct xfsmount *xmp = MNTTOXFS(mp); in _xfs_param_copyin() local
185 struct xfsmount *xmp; in _xfs_mount() local
Dxfs_vnops.c1060 struct xfs_mount *xmp; in _xfs_bmap() local
1115 struct xfs_mount *xmp; in _xfs_strategy() local
/freebsd-9-stable/sys/fs/nullfs/
Dnull_vfsops.c78 struct null_mount *xmp; in nullfs_mount() local
Dnull_vnops.c713 struct null_mount *xmp; in null_inactive() local
/freebsd-9-stable/lib/libmp/
Dmpasbn.c360 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt()