Searched refs:xfs_daddr_to_agbno (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_discard.c | 400 start_agbno = xfs_daddr_to_agbno(mp, start); in xfs_trim_datadev_extents() 402 end_agbno = xfs_daddr_to_agbno(mp, ddev_end); in xfs_trim_datadev_extents()
|
| A D | xfs_mount.h | 539 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
|
| A D | xfs_trace.h | 2598 __entry->agbno = xfs_daddr_to_agbno(cur->bc_mp,
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_format.h | 442 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d)) 691 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
|
| A D | xfs_alloc_btree.c | 106 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp)); in xfs_allocbt_free_block()
|
| A D | xfs_rmap_btree.c | 132 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp)); in xfs_rmapbt_free_block()
|
| A D | xfs_btree.c | 247 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp)); in __xfs_btree_check_agblock() 1342 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr() 4776 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp)); in xfs_btree_agblock_verify()
|
| /linux/fs/xfs/scrub/ |
| A D | btree.c | 380 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|
| A D | trace.h | 362 __entry->agbno = xfs_daddr_to_agbno(sc->mp, daddr);
|
Completed in 35 milliseconds