Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dparams.c611 struct module_param_attrs *new_mp; in add_sysfs_param() local
633 new_mp = krealloc(mk->mp, in add_sysfs_param()
637 if (!new_mp) in add_sysfs_param()
639 mk->mp = new_mp; in add_sysfs_param()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c1785 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fc_reconfigure() local
1794 error = xfs_fc_validate_params(new_mp); in xfs_fc_reconfigure()
1800 !(new_mp->m_flags & XFS_MOUNT_SMALL_INUMS)) { in xfs_fc_reconfigure()
1807 (new_mp->m_flags & XFS_MOUNT_SMALL_INUMS)) { in xfs_fc_reconfigure()