Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_types.h131 #define XFS_WORDLOG 2 /* log2(sizeof(xfs_rtword_t)) */ macro
132 #define XFS_NBWORDLOG (XFS_NBBYLOG + XFS_WORDLOG)
134 #define XFS_WORDMASK ((1 << XFS_WORDLOG) - 1)
/fs/xfs/libxfs/
Dxfs_sb.c740 mp->m_blockwsize = sbp->sb_blocksize >> XFS_WORDLOG; in xfs_sb_mount_common()