Home
last modified time | relevance | path

Searched refs:new_mp (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dparams.c633 struct module_param_attrs *new_mp; in add_sysfs_param() local
655 new_mp = krealloc(mk->mp, struct_size(mk->mp, attrs, mk->mp->num + 1), in add_sysfs_param()
657 if (!new_mp) in add_sysfs_param()
659 mk->mp = new_mp; in add_sysfs_param()
/linux/fs/xfs/
H A Dxfs_super.c2161 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fs_reconfigure() local
2165 new_mp->m_qflags &= ~XFS_QFLAGS_MNTOPTS; in xfs_fs_reconfigure()
2171 error = xfs_fs_validate_params(new_mp); in xfs_fs_reconfigure()
2176 if (mp->m_awu_max_bytes != new_mp->m_awu_max_bytes) { in xfs_fs_reconfigure()
2178 new_mp->m_awu_max_bytes); in xfs_fs_reconfigure()
2184 if (xfs_has_small_inums(mp) && !xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
2190 if (!xfs_has_small_inums(mp) && xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()