Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_discard.c186 start_agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim()
187 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
Dxfs_mount.h299 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
Dxfs_buf.c583 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_format.h571 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
827 ASSERT(xfs_daddr_to_agno(mp, d) == \
828 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
Dxfs_inode_buf.c91 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_inode_buf_verify()
Dxfs_btree.c4522 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_btree_sblock_verify()
/Linux-v4.19/fs/xfs/scrub/
Dbtree.c378 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()