Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c219 (1 << mp->m_allocsize_log) >> 10); in xfs_fs_show_options()
1445 parsing_mp->m_allocsize_log = ffs(size) - 1; in xfs_fs_parse_param()
1626 (mp->m_allocsize_log > XFS_MAX_IO_LOG || in xfs_fs_validate_params()
1627 mp->m_allocsize_log < XFS_MIN_IO_LOG)) { in xfs_fs_validate_params()
1629 mp->m_allocsize_log, XFS_MIN_IO_LOG, XFS_MAX_IO_LOG); in xfs_fs_validate_params()
2270 mp->m_allocsize_log = 16; /* 64k */ in xfs_init_fs_context()
H A Dxfs_mount.h218 uint m_allocsize_log;/* min write size log bytes */ member
H A Dxfs_iomap.c37 (((off) >> mp->m_allocsize_log) << mp->m_allocsize_log)