Home
last modified time | relevance | path

Searched refs:b_pag (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c44 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root()
210 struct xfs_perag *pag = bp->b_pag; in xfs_refcountbt_verify()
H A Dxfs_alloc_btree.c113 xfs_extent_busy_insert(cur->bc_tp, pag_group(agbp->b_pag), bno, 1, in xfs_allocbt_free_block()
256 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify()
H A Dxfs_alloc.c803 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != pag_agno((bp->b_pag))) in xfs_agfl_verify()
907 agbp->b_pag->pagf_freeblks += len; in xfs_alloc_update_counters()
913 xfs_ag_mark_sick(agbp->b_pag, XFS_SICK_AG_AGF); in xfs_alloc_update_counters()
2062 struct xfs_perag *pag = agbp->b_pag; in xfs_free_ag_extent()
3204 if (bp->b_pag && seqno != pag_agno(bp->b_pag)) in xfs_validate_ag_length()
3217 if (bp->b_pag && seqno != mp->m_sb.sb_agcount - 1) in xfs_validate_ag_length()
H A Dxfs_rmap_btree.c326 struct xfs_perag *pag = bp->b_pag; in xfs_rmapbt_verify()
H A Dxfs_inode_buf.c63 xfs_verify_agino_or_null(bp->b_pag, unlinked_ino); in xfs_inode_buf_verify()
H A Dxfs_btree.c4918 struct xfs_perag *pag = bp->b_pag; in xfs_btree_agblock_v5hdr_verify()
4955 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
4958 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
/linux/fs/xfs/
H A Dxfs_buf.h181 struct xfs_perag *b_pag; member
H A Dxfs_buf.c598 new_bp->b_pag = pag; in xfs_buf_find_insert()
1016 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele_cached()
/linux/fs/xfs/scrub/
H A Dinode_repair.c184 if (xfs_verify_agino_or_null(bp->b_pag, agino)) in xrep_dinode_buf_core()