Searched refs:xfs_daddr_to_agbno (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.h | 497 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_format.h | 439 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d)) 689 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
|
H A D | xfs_alloc_btree.c | 91 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp)); in xfs_allocbt_free_block()
|
H A D | xfs_rmap_btree.c | 127 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp)); in xfs_rmapbt_free_block()
|
H A D | xfs_btree.c | 220 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp)); in __xfs_btree_check_sblock() 1272 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr() 4375 if (be32_to_cpu(rptr.s) == xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_visit_block() 4616 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp)); in xfs_btree_sblock_verify()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | btree.c | 386 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|
H A D | trace.h | 259 __entry->agbno = xfs_daddr_to_agbno(sc->mp, daddr);
|