Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h292 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc_btree.c93 bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp)); in xfs_allocbt_free_block()
Dxfs_format.h604 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
855 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
Dxfs_rmap_btree.c128 bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp)); in xfs_rmapbt_free_block()
Dxfs_btree.c1200 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dbtree.c372 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()