Searched refs:m_awu_max_bytes (Results 1 – 3 of 3) sorted by relevance
258 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()
812 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()
242 unsigned long long m_awu_max_bytes; member