Lines Matching refs:xfs_mount
11 struct xfs_mount;
65 struct xfs_mount *mp); /* file system mount structure */
68 struct xfs_mount *mp);
76 struct xfs_mount *mp); /* file system mount structure */
87 struct xfs_mount *mp, /* file system mount point */
97 struct xfs_mount *mp, /* file system mount structure */
103 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
105 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
108 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
111 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
114 int xfs_rtmodify_range(struct xfs_mount *mp, struct xfs_trans *tp,
116 int xfs_rtmodify_summary_int(struct xfs_mount *mp, struct xfs_trans *tp,
120 int xfs_rtmodify_summary(struct xfs_mount *mp, struct xfs_trans *tp, int log,
123 int xfs_rtfree_range(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,