Home
last modified time | relevance | path

Searched refs:XFS_RMAP_BLOCK (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_fsops.c252 cpu_to_be32(XFS_RMAP_BLOCK(mp)); in xfs_growfs_data_private()
408 XFS_AGB_TO_DADDR(mp, agno, XFS_RMAP_BLOCK(mp)), in xfs_growfs_data_private()
448 rrec->rm_blockcount = cpu_to_be32(XFS_RMAP_BLOCK(mp) - in xfs_growfs_data_private()
456 rrec->rm_startblock = cpu_to_be32(XFS_RMAP_BLOCK(mp)); in xfs_growfs_data_private()
/fs/xfs/libxfs/
Dxfs_alloc.c60 return XFS_RMAP_BLOCK(mp) + 1; in xfs_refc_block()
73 return XFS_RMAP_BLOCK(mp) + 1; in xfs_prealloc_blocks()
Dxfs_format.h1455 #define XFS_RMAP_BLOCK(mp) \ macro