Searched refs:new_mp (Results 1 – 3 of 3) sorted by relevance
632 struct module_param_attrs *new_mp; in add_sysfs_param() local654 new_mp = krealloc(mk->mp, struct_size(mk->mp, attrs, mk->mp->num + 1), in add_sysfs_param()656 if (!new_mp) in add_sysfs_param()658 mk->mp = new_mp; in add_sysfs_param()
2103 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fs_reconfigure() local2107 new_mp->m_qflags &= ~XFS_QFLAGS_MNTOPTS; in xfs_fs_reconfigure()2113 error = xfs_fs_validate_params(new_mp); in xfs_fs_reconfigure()2118 if (xfs_has_noattr2(new_mp)) { in xfs_fs_reconfigure()2126 } else if (xfs_has_attr2(new_mp)) { in xfs_fs_reconfigure()2133 if (xfs_has_small_inums(mp) && !xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()2139 if (!xfs_has_small_inums(mp) && xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
1095 struct mountpoint *new_mp) in mnt_set_mountpoint_beneath() argument1101 mnt_change_mountpoint(new_parent, new_mp, top_mnt); in mnt_set_mountpoint_beneath()