Lines Matching refs:xfs_mount
10 struct xfs_mount;
33 struct xfs_mount *pag_mount; /* owner filesystem */
136 int xfs_initialize_perag(struct xfs_mount *mp, xfs_agnumber_t agcount,
138 int xfs_initialize_perag_data(struct xfs_mount *mp, xfs_agnumber_t agno);
139 void xfs_free_perag(struct xfs_mount *mp);
142 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno);
143 struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *mp, xfs_agnumber_t agno,
149 struct xfs_perag *xfs_perag_grab(struct xfs_mount *, xfs_agnumber_t);
150 struct xfs_perag *xfs_perag_grab_tag(struct xfs_mount *, xfs_agnumber_t,
157 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno);
158 void xfs_agino_range(struct xfs_mount *mp, xfs_agnumber_t agno,
213 xfs_ag_contains_log(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_ag_contains_log()
228 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next()
268 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next_wrap()
325 int xfs_ag_init_headers(struct xfs_mount *mp, struct aghdr_init_data *id);