Lines Matching refs:xfs_mount
10 struct xfs_mount;
33 struct xfs_mount *pag_mount; /* owner filesystem */
109 int xfs_initialize_perag(struct xfs_mount *mp, xfs_agnumber_t agcount,
111 int xfs_initialize_perag_data(struct xfs_mount *mp, xfs_agnumber_t agno);
112 void xfs_free_perag(struct xfs_mount *mp);
114 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno);
115 struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *mp, xfs_agnumber_t agno,
128 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next()
170 int xfs_ag_init_headers(struct xfs_mount *mp, struct aghdr_init_data *id);
171 int xfs_ag_shrink_space(struct xfs_mount *mp, struct xfs_trans **tpp,
173 int xfs_ag_extend_space(struct xfs_mount *mp, struct xfs_trans *tp,
175 int xfs_ag_get_geometry(struct xfs_mount *mp, xfs_agnumber_t agno,