Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_discard.c412 agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim()
413 for_each_perag_range(mp, agno, xfs_daddr_to_agno(mp, end), pag) { in xfs_ioc_trim()
H A Dxfs_mount.h489 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
H A Dxfs_buf.c700 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_get_map()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h439 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
690 ASSERT(xfs_daddr_to_agno(mp, d) == \
691 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
/openbmc/linux/fs/xfs/scrub/
H A Dbtree.c385 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
H A Dtrace.h258 __entry->agno = xfs_daddr_to_agno(sc->mp, daddr);