Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_mount.h261 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno() function
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc_btree.c113 bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp)); in xfs_allocbt_free_block()
Dxfs_format.h559 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
811 xfs_daddr_to_agbno(mp, d) != XFS_SB_DADDR) : \
Dxfs_btree.c1110 ptr->s = cpu_to_be32(xfs_daddr_to_agbno(cur->bc_mp, in xfs_btree_buf_to_ptr()