Home
last modified time | relevance | path

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

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