Searched refs:m_allocsize_log (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_super.c193 (1 << mp->m_allocsize_log) >> 10);
1280 parsing_mp->m_allocsize_log = ffs(size) - 1;
1461 (mp->m_allocsize_log > XFS_MAX_IO_LOG ||
1462 mp->m_allocsize_log < XFS_MIN_IO_LOG)) {
1464 mp->m_allocsize_log, XFS_MIN_IO_LOG, XFS_MAX_IO_LOG);
2012 mp->m_allocsize_log = 16; /* 64k */
H A Dxfs_mount.c739 mp->m_allocsize_log =
740 max_t(uint32_t, sbp->sb_blocklog, mp->m_allocsize_log);
741 mp->m_allocsize_blocks = 1U << (mp->m_allocsize_log - sbp->sb_blocklog);
H A Dxfs_mount.h145 uint m_allocsize_log;/* min write size log bytes */ member in struct:xfs_mount
H A Dxfs_iomap.c33 (((off) >> mp->m_allocsize_log) << mp->m_allocsize_log)
H A Dxfs_iops.c543 return 1U << mp->m_allocsize_log;

Completed in 337 milliseconds