Searched refs:xfs_daddr_to_agbno (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 405 start_agbno = xfs_daddr_to_agbno(mp, start); in xfs_trim_datadev_extents() 407 end_agbno = xfs_daddr_to_agbno(mp, ddev_end); in xfs_trim_datadev_extents()
|
| H A D | xfs_mount.h | 693 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
|
| H A D | xfs_trace.h | 3003 __entry->agbno = xfs_daddr_to_agbno(cur->bc_mp,
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_format.h | 471 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d)) 720 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
|
| /linux/fs/xfs/scrub/ |
| H A D | btree.c | 385 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|
| H A D | trace.h | 374 __entry->agbno = xfs_daddr_to_agbno(sc->mp, daddr);
|