Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_types.h147 #define XFS_WORDLOG 2 /* log2(sizeof(xfs_rtword_t)) */ macro
148 #define XFS_NBWORDLOG (XFS_NBBYLOG + XFS_WORDLOG)
150 #define XFS_WORDMASK ((1 << XFS_WORDLOG) - 1)
A Dxfs_sb.c920 mp->m_blockwsize = sbp->sb_blocksize >> XFS_WORDLOG; in xfs_sb_mount_common()

Completed in 5 milliseconds