Lines Matching refs:xfs_perag
12 struct xfs_perag;
32 struct xfs_perag { struct
136 static inline bool xfs_perag_ ## name (struct xfs_perag *pag) \ argument
156 struct xfs_perag *xfs_perag_get(struct xfs_mount *mp, xfs_agnumber_t agno);
157 struct xfs_perag *xfs_perag_hold(struct xfs_perag *pag);
158 void xfs_perag_put(struct xfs_perag *pag);
161 struct xfs_perag *xfs_perag_grab(struct xfs_mount *, xfs_agnumber_t);
162 void xfs_perag_rele(struct xfs_perag *pag);
172 xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno) in xfs_verify_agbno()
183 struct xfs_perag *pag, in xfs_verify_agbext()
201 xfs_verify_agino(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino()
215 xfs_verify_agino_or_null(struct xfs_perag *pag, xfs_agino_t agino) in xfs_verify_agino_or_null()
232 static inline struct xfs_perag *
234 struct xfs_perag *pag, in xfs_perag_next()
263 static inline struct xfs_perag *
265 struct xfs_perag *pag, in xfs_perag_next_wrap()
329 int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
331 int xfs_ag_extend_space(struct xfs_perag *pag, struct xfs_trans *tp,
333 int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);