Lines Matching refs:xfs_mount
11 struct xfs_mount;
25 struct xfs_mount *mp,
70 struct xfs_mount *mp); /* file system mount structure */
73 struct xfs_mount *mp);
81 struct xfs_mount *mp); /* file system mount structure */
92 struct xfs_mount *mp, /* file system mount point */
102 struct xfs_mount *mp, /* file system mount structure */
108 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
110 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
113 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
116 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
119 int xfs_rtmodify_range(struct xfs_mount *mp, struct xfs_trans *tp,
121 int xfs_rtmodify_summary_int(struct xfs_mount *mp, struct xfs_trans *tp,
125 int xfs_rtmodify_summary(struct xfs_mount *mp, struct xfs_trans *tp, int log,
128 int xfs_rtfree_range(struct xfs_mount *mp, struct xfs_trans *tp,
131 int xfs_rtalloc_query_range(struct xfs_mount *mp, struct xfs_trans *tp,
135 int xfs_rtalloc_query_all(struct xfs_mount *mp, struct xfs_trans *tp,
138 bool xfs_verify_rtbno(struct xfs_mount *mp, xfs_rtblock_t rtbno);
139 int xfs_rtalloc_extent_is_free(struct xfs_mount *mp, struct xfs_trans *tp,
142 int xfs_rtalloc_reinit_frextents(struct xfs_mount *mp);