Lines Matching refs:total_free
271 if (c->lst.total_free < 0 || c->lst.total_free > main_sz ||
272 c->lst.total_free & 7) {
287 if (c->lst.total_free + c->lst.total_dirty +
300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty ||
307 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty ||
375 c->lst.total_free = le64_to_cpu(c->mst_node->total_free);
402 c->lst.total_free += growth * (long long)c->leb_size;
413 c->mst_node->total_free = cpu_to_le64(c->lst.total_free);