Home
last modified time | relevance | path

Searched refs:xfs_daddr_to_agbno (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_mount.h458 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_format.h430 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
680 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
Dxfs_alloc_btree.c90 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp)); in xfs_allocbt_free_block()
Dxfs_rmap_btree.c125 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp)); in xfs_rmapbt_free_block()
Dxfs_btree.c1197 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr()
/Linux-v5.15/fs/xfs/scrub/
Dbtree.c373 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
Dtrace.h217 __entry->agbno = xfs_daddr_to_agbno(sc->mp, daddr);