Searched refs:b_pag (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
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() 292 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify()
|
D | xfs_refcount_btree.c | 43 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root() 216 struct xfs_perag *pag = bp->b_pag; in xfs_refcountbt_verify()
|
D | xfs_alloc.c | 629 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) in xfs_agfl_verify() 732 agbp->b_pag->pagf_freeblks += len; in xfs_alloc_update_counters() 1913 struct xfs_perag *pag = agbp->b_pag; in xfs_free_ag_extent() 2182 xfs_ag_resv_free_extent(agbp->b_pag, type, tp, len); in xfs_free_ag_extent() 2978 if (bp->b_pag && be32_to_cpu(agf->agf_seqno) != bp->b_pag->pag_agno) in xfs_agf_verify()
|
D | xfs_rmap_btree.c | 290 struct xfs_perag *pag = bp->b_pag; in xfs_rmapbt_verify()
|
D | xfs_inode_buf.c | 61 xfs_verify_agino_or_null(bp->b_pag, unlinked_ino); in xfs_inode_buf_verify()
|
D | xfs_ialloc.c | 1957 struct xfs_perag *pag = agbp->b_pag; in xfs_difree_inobt() 2508 if (bp->b_pag && be32_to_cpu(agi->agi_seqno) != bp->b_pag->pag_agno) in xfs_agi_verify()
|
D | xfs_btree.c | 4569 struct xfs_perag *pag = bp->b_pag; in xfs_btree_sblock_v5hdr_verify() 4604 fa = xfs_btree_check_sblock_siblings(bp->b_pag, NULL, -1, agbno, in xfs_btree_sblock_verify() 4607 fa = xfs_btree_check_sblock_siblings(bp->b_pag, NULL, -1, agbno, in xfs_btree_sblock_verify()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_buf.h | 160 struct xfs_perag *b_pag; /* contains rbtree root */ member
|
D | xfs_buf.c | 655 new_bp->b_pag = pag; in xfs_buf_find_insert() 995 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele()
|