Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_discard.c193 start_agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim()
194 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
Dxfs_mount.h315 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
Dxfs_buf.c605 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_format.h567 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
823 ASSERT(xfs_daddr_to_agno(mp, d) == \
824 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
Dxfs_inode_buf.c86 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_inode_buf_verify()
Dxfs_btree.c4509 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_btree_sblock_verify()
/Linux-v5.4/fs/xfs/scrub/
Dbtree.c371 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()