Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_types.h154 #define XFS_WORDLOG 2 /* log2(sizeof(xfs_rtword_t)) */ macro
155 #define XFS_NBWORDLOG (XFS_NBBYLOG + XFS_WORDLOG)
157 #define XFS_WORDMASK ((1 << XFS_WORDLOG) - 1)
A Dxfs_sb.c866 mp->m_blockwsize = sbp->sb_blocksize >> XFS_WORDLOG; in xfs_sb_mount_common()

Completed in 6 milliseconds