Searched refs:xfs_daddr_to_agbno (Results 1 - 8 of 8) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_trace.h2565 __entry->agbno = xfs_daddr_to_agbno(cur->bc_mp,
H A Dxfs_mount.h502 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) function
/linux-master/fs/xfs/scrub/
H A Dtrace.h277 __entry->agbno = xfs_daddr_to_agbno(sc->mp, daddr);
H A Dbtree.c380 agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr);
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c127 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp));
H A Dxfs_format.h439 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
688 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
H A Dxfs_btree.c247 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp));
1366 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp,
4827 agbno = xfs_daddr_to_agbno(mp, xfs_buf_daddr(bp));
H A Dxfs_alloc_btree.c106 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp));

Completed in 211 milliseconds