Lines Matching refs:xfs_mount
11 struct xfs_mount;
25 struct xfs_mount *mp,
66 struct xfs_mount *mp); /* file system mount structure */
69 struct xfs_mount *mp);
77 struct xfs_mount *mp); /* file system mount structure */
88 struct xfs_mount *mp, /* file system mount point */
98 struct xfs_mount *mp, /* file system mount structure */
104 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
106 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
109 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
112 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
115 int xfs_rtmodify_range(struct xfs_mount *mp, struct xfs_trans *tp,
117 int xfs_rtmodify_summary_int(struct xfs_mount *mp, struct xfs_trans *tp,
121 int xfs_rtmodify_summary(struct xfs_mount *mp, struct xfs_trans *tp, int log,
124 int xfs_rtfree_range(struct xfs_mount *mp, struct xfs_trans *tp,
127 int xfs_rtalloc_query_range(struct xfs_mount *mp, struct xfs_trans *tp,
131 int xfs_rtalloc_query_all(struct xfs_mount *mp, struct xfs_trans *tp,
134 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
135 int xfs_rtalloc_extent_is_free(struct xfs_mount *mp, struct xfs_trans *tp,
138 int xfs_rtalloc_reinit_frextents(struct xfs_mount *mp);