/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap_btree.c | 67 struct xfs_perag *pag = agbp->b_pag; in xfs_rmapbt_set_root() 141 pag = cur->bc_ag.agbp->b_pag; in xfs_rmapbt_free_block() 293 struct xfs_perag *pag = bp->b_pag; in xfs_rmapbt_verify()
|
H A D | xfs_alloc_btree.c | 42 struct xfs_perag *pag = agbp->b_pag; in xfs_allocbt_set_root() 160 pag = cur->bc_ag.agbp->b_pag; in xfs_allocbt_update_lastrec() 293 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify()
|
H A D | xfs_alloc.c | 614 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) in xfs_agfl_verify() 718 agbp->b_pag->pagf_freeblks += len; in xfs_alloc_update_counters() 2168 xfs_ag_resv_free_extent(agbp->b_pag, type, tp, len); in xfs_free_ag_extent() 2689 pag = agbp->b_pag; in xfs_alloc_get_freelist() 2796 pag = agbp->b_pag; in xfs_alloc_put_freelist() 2878 if (bp->b_pag && be32_to_cpu(agf->agf_seqno) != bp->b_pag->pag_agno) in xfs_agf_verify() 3004 pag = (*bpp)->b_pag; in xfs_alloc_read_agf()
|
H A D | xfs_refcount_btree.c | 40 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root() 205 struct xfs_perag *pag = bp->b_pag; in xfs_refcountbt_verify()
|
H A D | xfs_ialloc.c | 891 pag = agbp->b_pag; in xfs_ialloc_ag_alloc() 1136 struct xfs_perag *pag = agbp->b_pag; in xfs_dialloc_ag_inobt() 1662 agbp->b_pag->pagi_freecount--; in xfs_dialloc_ag() 1999 struct xfs_perag *pag = agbp->b_pag; in xfs_difree_inobt() 2041 agbp->b_pag->pagi_freecount++; in xfs_difree_inobt() 2546 if (bp->b_pag && be32_to_cpu(agi->agi_seqno) != bp->b_pag->pag_agno) in xfs_agi_verify() 2652 pag = (*bpp)->b_pag; in xfs_ialloc_read_agi()
|
H A D | xfs_ag.c | 572 pag = agi_bp->b_pag; in xfs_ag_get_geometry()
|
H A D | xfs_btree.c | 4474 struct xfs_perag *pag = bp->b_pag; in xfs_btree_sblock_v5hdr_verify()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc_btree.c | 98 xfs_extent_busy_insert(cur->bc_tp, agbp->b_pag, bno, 1, in xfs_allocbt_free_block() 159 pag = cur->bc_ag.agbp->b_pag; in xfs_allocbt_update_lastrec() 299 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify()
|
H A D | xfs_refcount_btree.c | 43 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root() 214 struct xfs_perag *pag = bp->b_pag; in xfs_refcountbt_verify()
|
H A D | xfs_alloc.c | 672 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) in xfs_agfl_verify() 775 agbp->b_pag->pagf_freeblks += len; in xfs_alloc_update_counters() 1915 struct xfs_perag *pag = agbp->b_pag; in xfs_free_ag_extent() 2184 xfs_ag_resv_free_extent(agbp->b_pag, type, tp, len); in xfs_free_ag_extent() 2997 if (bp->b_pag && seqno != bp->b_pag->pag_agno) in xfs_validate_ag_length() 3010 if (bp->b_pag && seqno != mp->m_sb.sb_agcount - 1) in xfs_validate_ag_length()
|
H A D | xfs_rmap_btree.c | 322 struct xfs_perag *pag = bp->b_pag; in xfs_rmapbt_verify()
|
H A D | xfs_inode_buf.c | 61 xfs_verify_agino_or_null(bp->b_pag, unlinked_ino); in xfs_inode_buf_verify()
|
H A D | xfs_btree.c | 4582 struct xfs_perag *pag = bp->b_pag; in xfs_btree_sblock_v5hdr_verify() 4617 fa = xfs_btree_check_sblock_siblings(bp->b_pag, NULL, -1, agbno, in xfs_btree_sblock_verify() 4620 fa = xfs_btree_check_sblock_siblings(bp->b_pag, NULL, -1, agbno, in xfs_btree_sblock_verify()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.h | 153 struct xfs_perag *b_pag; /* contains rbtree root */ member
|
H A D | xfs_inode.c | 2279 error = xfs_iunlink_add_backref(agibp->b_pag, agino, next_agino); in xfs_iunlink() 2458 error = xfs_iunlink_change_backref(agibp->b_pag, next_agino, in xfs_iunlink_remove() 2471 agibp->b_pag); in xfs_iunlink_remove() 2487 return xfs_iunlink_change_backref(agibp->b_pag, agino, in xfs_iunlink_remove() 2508 struct xfs_perag *pag = bp->b_pag; in xfs_ifree_mark_inode_stale()
|
H A D | xfs_buf.c | 640 new_bp->b_pag = pag; in xfs_buf_find() 1022 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf.h | 173 struct xfs_perag *b_pag; /* contains rbtree root */ member
|
H A D | xfs_buf.c | 659 new_bp->b_pag = pag; in xfs_buf_find_insert() 1001 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele()
|
H A D | xfs_inode.c | 1944 struct xfs_perag *pag = agibp->b_pag; in xfs_iunlink_reload_next()
|