Home
last modified time | relevance | path

Searched refs:xfs_daddr_to_agbno (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_mount.h56 #define xfs_daddr_to_agbno(mp,d) \ macro
330 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
Dxfs_ag.h320 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
Dxfs_alloc_btree.c117 bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp)); in xfs_allocbt_free_block()
Dxfs_sb.h631 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
Dxfs_btree.c1069 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr()