Home
last modified time | relevance | path

Searched refs:new_mp (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A 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-6.6/kernel/
H A Dparams.c630 struct module_param_attrs *new_mp; in add_sysfs_param() local
652 new_mp = krealloc(mk->mp, in add_sysfs_param()
656 if (!new_mp) in add_sysfs_param()
658 mk->mp = new_mp; in add_sysfs_param()
/kernel/linux/linux-5.10/fs/xfs/
H A 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()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_super.c1923 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fs_reconfigure() local
1931 error = xfs_fs_validate_params(new_mp); in xfs_fs_reconfigure()
1936 if (xfs_has_small_inums(mp) && !xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
1942 if (!xfs_has_small_inums(mp) && xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c941 * @new_mp: the new mountpoint of @top_mnt on @new_parent
945 * @new_mp. And mount @new_parent on the old parent and old
953 struct mountpoint *new_mp) in mnt_set_mountpoint_beneath()
959 mnt_change_mountpoint(new_parent, new_mp, top_mnt); in mnt_set_mountpoint_beneath()
951 mnt_set_mountpoint_beneath(struct mount *new_parent, struct mount *top_mnt, struct mountpoint *new_mp) mnt_set_mountpoint_beneath() argument

Completed in 13 milliseconds