Searched refs:new_zhdr (Results 1 – 1 of 1) sorted by relevance
664 struct z3fold_header *new_zhdr = NULL; in compact_single_buddy() local696 new_zhdr = __z3fold_alloc(pool, sz, false); in compact_single_buddy()697 if (!new_zhdr) in compact_single_buddy()700 if (WARN_ON(new_zhdr == zhdr)) in compact_single_buddy()703 new_bud = get_free_buddy(new_zhdr, chunks); in compact_single_buddy()704 q = new_zhdr; in compact_single_buddy()707 new_zhdr->first_chunks = chunks; in compact_single_buddy()711 new_zhdr->middle_chunks = chunks; in compact_single_buddy()712 new_zhdr->start_middle = in compact_single_buddy()713 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()[all …]