Searched refs:tmp_mp (Results 1 – 1 of 1) sorted by relevance
1223 struct xfs_mount *tmp_mp; in xfs_test_remount_options() local1225 tmp_mp = kmem_zalloc(sizeof(*tmp_mp), KM_MAYFAIL); in xfs_test_remount_options()1226 if (!tmp_mp) in xfs_test_remount_options()1229 tmp_mp->m_super = sb; in xfs_test_remount_options()1230 error = xfs_parseargs(tmp_mp, options); in xfs_test_remount_options()1231 xfs_free_fsname(tmp_mp); in xfs_test_remount_options()1232 kmem_free(tmp_mp); in xfs_test_remount_options()