Lines Matching refs:xfs_mount
10 struct xfs_mount;
33 struct xfs_mount *pag_mount; /* owner filesystem */
107 int xfs_initialize_perag(struct xfs_mount *mp, xfs_agnumber_t agcount,
109 int xfs_initialize_perag_data(struct xfs_mount *mp, xfs_agnumber_t agno);
110 void xfs_free_perag(struct xfs_mount *mp);
112 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno);
113 struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *mp, xfs_agnumber_t agno,
162 int xfs_ag_init_headers(struct xfs_mount *mp, struct aghdr_init_data *id);
163 int xfs_ag_shrink_space(struct xfs_mount *mp, struct xfs_trans **tpp,
165 int xfs_ag_extend_space(struct xfs_mount *mp, struct xfs_trans *tp,
167 int xfs_ag_get_geometry(struct xfs_mount *mp, xfs_agnumber_t agno,