Lines Matching defs:old_ll
28 struct ll_disk old_ll;
51 *count = smd->old_ll.nr_blocks;
59 *count = (smd->old_ll.nr_blocks - smd->old_ll.nr_allocated) - smd->nr_allocated_this_transaction;
113 r = sm_ll_lookup(&smd->old_ll, b, &old_count);
156 r = sm_ll_lookup(&smd->old_ll, b, &old_count);
173 r = sm_ll_find_common_free_block(&smd->old_ll, &smd->ll, smd->begin, smd->ll.nr_blocks, b);
179 r = sm_ll_find_common_free_block(&smd->old_ll, &smd->ll, 0, smd->begin, b);
209 memcpy(&smd->old_ll, &smd->ll, sizeof(smd->old_ll));