Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_discard.c419 start_agno = xfs_daddr_to_agno(mp, start); in xfs_trim_datadev_extents()
421 end_agno = xfs_daddr_to_agno(mp, ddev_end); in xfs_trim_datadev_extents()
H A Dxfs_mount.h621 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
H A Dxfs_buf.c640 return xfs_perag_get(mp, xfs_daddr_to_agno(mp, map->bm_bn)); in xfs_buftarg_get_pag()
H A Dxfs_trace.h2728 __entry->agno = xfs_daddr_to_agno(cur->bc_mp,
/linux/fs/xfs/libxfs/
H A Dxfs_format.h464 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
714 ASSERT(xfs_daddr_to_agno(mp, d) == \
715 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
H A Dxfs_inode_buf.c142 xfs_agno_mark_sick(mp, xfs_daddr_to_agno(mp, imap->im_blkno), in xfs_imap_to_bp()
/linux/fs/xfs/scrub/
H A Dbtree.c379 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
H A Dtrace.h373 __entry->agno = xfs_daddr_to_agno(sc->mp, daddr);