Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_super.c207 (1 << mp->m_allocsize_log) >> 10); in xfs_fs_show_options()
1222 parsing_mp->m_allocsize_log = ffs(size) - 1; in xfs_fs_parse_param()
1403 (mp->m_allocsize_log > XFS_MAX_IO_LOG || in xfs_fs_validate_params()
1404 mp->m_allocsize_log < XFS_MIN_IO_LOG)) { in xfs_fs_validate_params()
1406 mp->m_allocsize_log, XFS_MIN_IO_LOG, XFS_MAX_IO_LOG); in xfs_fs_validate_params()
1934 mp->m_allocsize_log = 16; /* 64k */ in xfs_init_fs_context()
A Dxfs_mount.c695 mp->m_allocsize_log = in xfs_mountfs()
696 max_t(uint32_t, sbp->sb_blocklog, mp->m_allocsize_log); in xfs_mountfs()
697 mp->m_allocsize_blocks = 1U << (mp->m_allocsize_log - sbp->sb_blocklog); in xfs_mountfs()
A Dxfs_mount.h142 uint m_allocsize_log;/* min write size log bytes */ member
A Dxfs_iomap.c33 (((off) >> mp->m_allocsize_log) << mp->m_allocsize_log)
A Dxfs_iops.c565 return 1U << mp->m_allocsize_log; in xfs_stat_blksize()

Completed in 15 milliseconds