mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
xfs: add a perag to the btree cursor
Which will eventually completely replace the agno in it. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Brian Foster <bfoster@redhat.com>
This commit is contained in:
parent
58d43a7e32
commit
be9fb17d88
21 changed files with 119 additions and 70 deletions
|
@ -43,7 +43,7 @@ struct xbtree_afakeroot;
|
|||
|
||||
struct xfs_btree_cur *xfs_rmapbt_init_cursor(struct xfs_mount *mp,
|
||||
struct xfs_trans *tp, struct xfs_buf *bp,
|
||||
xfs_agnumber_t agno);
|
||||
xfs_agnumber_t agno, struct xfs_perag *pag);
|
||||
struct xfs_btree_cur *xfs_rmapbt_stage_cursor(struct xfs_mount *mp,
|
||||
struct xbtree_afakeroot *afake, xfs_agnumber_t agno);
|
||||
void xfs_rmapbt_commit_staged_btree(struct xfs_btree_cur *cur,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue