Lines Matching refs:mp
63 struct xfs_mount *mp); /* file system mount structure */
66 struct xfs_mount *mp);
74 struct xfs_mount *mp); /* file system mount structure */
85 struct xfs_mount *mp, /* file system mount point */
95 struct xfs_mount *mp, /* file system mount structure */
101 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
103 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
106 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
109 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
112 int xfs_rtmodify_range(struct xfs_mount *mp, struct xfs_trans *tp,
114 int xfs_rtmodify_summary_int(struct xfs_mount *mp, struct xfs_trans *tp,
118 int xfs_rtmodify_summary(struct xfs_mount *mp, struct xfs_trans *tp, int log,
121 int xfs_rtfree_range(struct xfs_mount *mp, struct xfs_trans *tp,
130 # define xfs_growfs_rt(mp,in) (ENOSYS) argument
133 xfs_mount_t *mp) /* file system mount structure */ in xfs_rtmount_init() argument
135 if (mp->m_sb.sb_rblocks == 0) in xfs_rtmount_init()
138 xfs_warn(mp, "Not built with CONFIG_XFS_RT"); in xfs_rtmount_init()
141 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (ENOSYS))