tmp_mp 1214 fs/xfs/xfs_super.c struct xfs_mount *tmp_mp; tmp_mp 1216 fs/xfs/xfs_super.c tmp_mp = kmem_zalloc(sizeof(*tmp_mp), KM_MAYFAIL); tmp_mp 1217 fs/xfs/xfs_super.c if (!tmp_mp) tmp_mp 1220 fs/xfs/xfs_super.c tmp_mp->m_super = sb; tmp_mp 1221 fs/xfs/xfs_super.c error = xfs_parseargs(tmp_mp, options); tmp_mp 1222 fs/xfs/xfs_super.c xfs_free_fsname(tmp_mp); tmp_mp 1223 fs/xfs/xfs_super.c kmem_free(tmp_mp);