Searched refs:xfs_daddr_to_agno (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_discard.c | 419 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 D | xfs_mount.h | 621 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
|
H A D | xfs_buf.c | 640 return xfs_perag_get(mp, xfs_daddr_to_agno(mp, map->bm_bn)); in xfs_buftarg_get_pag()
|
H A D | xfs_trace.h | 2728 __entry->agno = xfs_daddr_to_agno(cur->bc_mp,
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_format.h | 464 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 D | xfs_inode_buf.c | 142 xfs_agno_mark_sick(mp, xfs_daddr_to_agno(mp, imap->im_blkno), in xfs_imap_to_bp()
|
/linux/fs/xfs/scrub/ |
H A D | btree.c | 379 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|
H A D | trace.h | 373 __entry->agno = xfs_daddr_to_agno(sc->mp, daddr);
|