Searched refs:XFS_BITTOBLOCK (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rtalloc.h55 #define XFS_BITTOBLOCK(mp,bi) ((bi) >> (mp)->m_blkbit_log) macro
H A Dxfs_rtalloc.c445 bbno = XFS_BITTOBLOCK(mp, bno);
660 if (XFS_BITTOBLOCK(mp, n) > i + 1)
661 i = XFS_BITTOBLOCK(mp, n) - 1;
720 if (XFS_BITTOBLOCK(mp, n) > i + 1)
721 i = XFS_BITTOBLOCK(mp, n) - 1;
773 XFS_BITTOBLOCK(mp, preblock), -1, rbpp, rsb);
784 XFS_BITTOBLOCK(mp, preblock), 1, rbpp, rsb);
796 XFS_BITTOBLOCK(mp, end + 1), 1, rbpp, rsb);
945 block = XFS_BITTOBLOCK(mp, start);
1163 block = XFS_BITTOBLOCK(m
[all...]

Completed in 105 milliseconds