Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_discard.c191 start_agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim()
192 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
Dxfs_ag.h286 ASSERT(xfs_daddr_to_agno(mp, d) == \
287 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
Dxfs_mount.h47 #define xfs_daddr_to_agno(mp,d) \ macro
325 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
Dxfs_sb.h516 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
Dxfs_buf.c445 xfs_daddr_to_agno(btp->bt_mount, ioff)); in _xfs_buf_find()