Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_mount.h307 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_rmap_btree.c132 bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp)); in xfs_rmapbt_free_block()
Dxfs_alloc_btree.c95 bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp)); in xfs_allocbt_free_block()
Dxfs_format.h571 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
826 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
Dxfs_btree.c1254 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr()
/Linux-v4.19/fs/xfs/scrub/
Dbtree.c379 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()