Home
last modified time | relevance | path

Searched refs:m_awu_max_bytes (Results 1 – 2 of 2) 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()
1604 &parsing_mp->m_awu_max_bytes)) { in xfs_fs_parse_param()
2205 if (mp->m_awu_max_bytes != new_mp->m_awu_max_bytes) { in xfs_fs_reconfigure()
2207 new_mp->m_awu_max_bytes); in xfs_fs_reconfigure()
H A Dxfs_mount.h242 unsigned long long m_awu_max_bytes; member