Searched refs:new_zhdr (Results 1 – 1 of 1) sorted by relevance
601 struct z3fold_header *new_zhdr = NULL; in compact_single_buddy() local633 new_zhdr = __z3fold_alloc(pool, sz, false); in compact_single_buddy()634 if (!new_zhdr) in compact_single_buddy()637 if (WARN_ON(new_zhdr == zhdr)) in compact_single_buddy()640 new_bud = get_free_buddy(new_zhdr, chunks); in compact_single_buddy()641 q = new_zhdr; in compact_single_buddy()644 new_zhdr->first_chunks = chunks; in compact_single_buddy()648 new_zhdr->middle_chunks = chunks; in compact_single_buddy()649 new_zhdr->start_middle = in compact_single_buddy()650 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()[all …]