Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c258 if (mp->m_awu_max_bytes) in xfs_fs_show_options()
260 mp->m_awu_max_bytes >> 10); in xfs_fs_show_options()
1554 &parsing_mp->m_awu_max_bytes)) { in xfs_fs_parse_param()
2156 if (mp->m_awu_max_bytes != new_mp->m_awu_max_bytes) { in xfs_fs_reconfigure()
2158 new_mp->m_awu_max_bytes); in xfs_fs_reconfigure()
H A Dxfs_mount.c812 mp->m_awu_max_bytes = new_max_bytes; in xfs_set_max_atomic_write_opt()
1224 error = xfs_set_max_atomic_write_opt(mp, mp->m_awu_max_bytes); in xfs_mountfs()
H A Dxfs_mount.h242 unsigned long long m_awu_max_bytes; member