Home
last modified time | relevance | path

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

/linux-4.4.14/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.h253 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
Dxfs_buf.c478 xfs_daddr_to_agno(btp->bt_mount, blkno)); in _xfs_buf_find()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h559 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
812 ASSERT(xfs_daddr_to_agno(mp, d) == \
813 xfs_daddr_to_agno(mp, (d) + (len) - 1)))