Home
last modified time | relevance | path

Searched defs:XFS_RTBLOCKLOG (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.h81 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b) macro
83 #define XFS_RTBLOCKLOG(b) xfs_highbit32(b) macro