Home
last modified time | relevance | path

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

/linux/kernel/
H A Dparams.c632 struct module_param_attrs *new_mp; in add_sysfs_param() local
654 new_mp = krealloc(mk->mp, in add_sysfs_param()
658 if (!new_mp) in add_sysfs_param()
660 mk->mp = new_mp; in add_sysfs_param()
/linux/fs/xfs/
H A Dxfs_super.c1999 struct xfs_mount *new_mp = fc->s_fs_info; in xfs_fs_reconfigure() local
2003 new_mp->m_qflags &= ~XFS_QFLAGS_MNTOPTS; in xfs_fs_reconfigure()
2009 error = xfs_fs_validate_params(new_mp); in xfs_fs_reconfigure()
2014 if (xfs_has_small_inums(mp) && !xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
2020 if (!xfs_has_small_inums(mp) && xfs_has_small_inums(new_mp)) { in xfs_fs_reconfigure()
/linux/fs/
H A Dnamespace.c1079 struct mountpoint *new_mp) in mnt_set_mountpoint_beneath() argument
1085 mnt_change_mountpoint(new_parent, new_mp, top_mnt); in mnt_set_mountpoint_beneath()