Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dparams.c629 struct module_param_attrs *new_mp; in add_sysfs_param() local
651 new_mp = krealloc(mk->mp, in add_sysfs_param()
655 if (!new_mp) in add_sysfs_param()
657 mk->mp = new_mp; in add_sysfs_param()
/linux-5.19.10/fs/xfs/
Dxfs_super.c1843 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fs_reconfigure() local
1851 error = xfs_fs_validate_params(new_mp); in xfs_fs_reconfigure()
1856 if (xfs_has_small_inums(mp) && !xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
1862 if (!xfs_has_small_inums(mp) && xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()