Searched refs:xfs_daddr_to_agno (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_discard.c | 412 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 D | xfs_mount.h | 489 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
|
H A D | xfs_buf.c | 700 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_get_map()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_format.h | 439 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 D | btree.c | 385 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|
H A D | trace.h | 258 __entry->agno = xfs_daddr_to_agno(sc->mp, daddr);
|