Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.h49 #define XFS_WORDLOG 2 /* log2(sizeof(xfs_rtword_t)) */ macro
50 #define XFS_NBWORDLOG (XFS_NBBYLOG + XFS_WORDLOG)
52 #define XFS_WORDMASK ((1 << XFS_WORDLOG) - 1)
Dxfs_mount.c572 mp->m_blockwsize = sbp->sb_blocksize >> XFS_WORDLOG;