Home
last modified time | relevance | path

Searched refs:XFS_BLOCKTOBIT (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/libxfs/
Dxfs_format.h61 #define XFS_BLOCKTOBIT(mp,bb) ((bb) << (mp)->m_blkbit_log) macro
/fs/xfs/
Dxfs_rtalloc.c258 for (i = XFS_BLOCKTOBIT(mp, bbno), besti = -1, bestlen = 0, in xfs_rtallocate_extent_block()
259 end = XFS_BLOCKTOBIT(mp, bbno + 1) - 1; in xfs_rtallocate_extent_block()