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,
122 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno);
123 void xfs_agino_range(struct xfs_mount *mp, xfs_agnumber_t agno,
178 xfs_ag_contains_log(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_ag_contains_log()
193 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next()
235 int xfs_ag_init_headers(struct xfs_mount *mp, struct aghdr_init_data *id);