Home
last modified time | relevance | path

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

/linux-3.3/fs/xfs/
Dxfs_rtalloc.h65 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b) macro
67 #define XFS_RTBLOCKLOG(b) xfs_highbit32(b) macro