Searched refs:m_allocsize_log (Results 1 – 2 of 2) sorted by relevance
219 (1 << mp->m_allocsize_log) >> 10); in xfs_fs_show_options()1495 parsing_mp->m_allocsize_log = ffs(size) - 1; in xfs_fs_parse_param()1676 (mp->m_allocsize_log > XFS_MAX_IO_LOG || in xfs_fs_validate_params()1677 mp->m_allocsize_log < XFS_MIN_IO_LOG)) { in xfs_fs_validate_params()1679 mp->m_allocsize_log, XFS_MIN_IO_LOG, XFS_MAX_IO_LOG); in xfs_fs_validate_params()2319 mp->m_allocsize_log = 16; /* 64k */ in xfs_init_fs_context()
218 uint m_allocsize_log;/* min write size log bytes */ member