Lines Matching refs:xfs_perag
12 struct xfs_perag;
32 struct xfs_perag { struct
114 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno); argument
115 struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *mp, xfs_agnumber_t agno,
117 void xfs_perag_put(struct xfs_perag *pag);
127 xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno) in xfs_verify_agbno()
138 struct xfs_perag *pag, in xfs_verify_agbext()
156 xfs_verify_agino(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino()
170 xfs_verify_agino_or_null(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino_or_null()
187 static inline struct xfs_perag *
189 struct xfs_perag *pag, in xfs_perag_next()
236 int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
238 int xfs_ag_extend_space(struct xfs_perag *pag, struct xfs_trans *tp,
240 int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);