Searched refs:new_mp (Results 1 – 2 of 2) sorted by relevance
627 struct module_param_attrs *new_mp; in add_sysfs_param() local648 new_mp = krealloc(mk->mp, struct_size(mk->mp, attrs, mk->mp->num + 1), in add_sysfs_param()650 if (!new_mp) in add_sysfs_param()652 mk->mp = new_mp; in add_sysfs_param()
2139 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fs_reconfigure() local2143 new_mp->m_qflags &= ~XFS_QFLAGS_MNTOPTS; in xfs_fs_reconfigure()2149 error = xfs_fs_validate_params(new_mp); in xfs_fs_reconfigure()2153 xfs_errortag_copy(mp, new_mp); in xfs_fs_reconfigure()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()2164 if (xfs_has_small_inums(mp) && !xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()2170 if (!xfs_has_small_inums(mp) && xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()