Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_discard.c198 start_agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim()
199 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
Dxfs_mount.h312 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
Dxfs_buf.c619 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in _xfs_buf_find()
/fs/xfs/libxfs/
Dxfs_format.h575 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
831 ASSERT(xfs_daddr_to_agno(mp, d) == \
832 xfs_daddr_to_agno(mp, (d) + (len) - 1)))