Searched refs:b_pag (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_refcount_btree.c | 44 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root() 211 struct xfs_perag *pag = bp->b_pag; in xfs_refcountbt_verify()
|
| A D | xfs_alloc_btree.c | 113 xfs_extent_busy_insert(cur->bc_tp, agbp->b_pag, bno, 1, in xfs_allocbt_free_block() 256 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify()
|
| A D | xfs_alloc.c | 802 if (bp->b_pag && be32_to_cpu(agfl->agfl_seqno) != bp->b_pag->pag_agno) 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() 2059 struct xfs_perag *pag = agbp->b_pag; in xfs_free_ag_extent() 2361 xfs_ag_resv_free_extent(agbp->b_pag, type, tp, len); in xfs_free_ag_extent() 3193 if (bp->b_pag && seqno != bp->b_pag->pag_agno) in xfs_validate_ag_length() 3206 if (bp->b_pag && seqno != mp->m_sb.sb_agcount - 1) in xfs_validate_ag_length()
|
| A D | xfs_inode_buf.c | 62 xfs_verify_agino_or_null(bp->b_pag, unlinked_ino); in xfs_inode_buf_verify()
|
| A D | xfs_rmap_btree.c | 325 struct xfs_perag *pag = bp->b_pag; in xfs_rmapbt_verify()
|
| A D | xfs_btree.c | 4740 struct xfs_perag *pag = bp->b_pag; in xfs_btree_agblock_v5hdr_verify() 4777 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify() 4780 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
|
| /linux/fs/xfs/ |
| A D | xfs_buf.h | 186 struct xfs_perag *b_pag; /* contains rbtree root */ member
|
| A D | xfs_buf.c | 679 new_bp->b_pag = pag; in xfs_buf_find_insert() 1065 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele_cached()
|
| A D | xfs_inode.c | 1516 struct xfs_perag *pag = agibp->b_pag; in xfs_iunlink_reload_next()
|
| /linux/fs/xfs/scrub/ |
| A D | inode_repair.c | 181 if (xfs_verify_agino_or_null(bp->b_pag, agino)) in xrep_dinode_buf_core()
|
Completed in 35 milliseconds