Lines Matching defs:active
154 cur->bc_ag.abt.active = (*stat == 1);
174 cur->bc_ag.abt.active = (*stat == 1);
193 cur->bc_ag.abt.active = (*stat == 1);
201 return cur && cur->bc_ag.abt.active;
598 * AGFL is what the AGF says is active. We can't get to the AGF, so we
638 * AGFL is what the AGF says is active. We can't get to the AGF, so we
910 cur->bc_ag.abt.active = false;
1330 * Search so long as the cursor is active or we find a better extent.
1353 cur->bc_ag.abt.active = false;
1468 acur->cnt->bc_ag.abt.active = true;
2358 * on-disk flcount and the active [first, last] range of a wrapped agfl. This
2374 int active;
2391 * Check consistency between the on-disk count and the active range. An
2395 active = l - f + 1;
2397 active = agfl_size - f + l + 1;
2399 active = 0;
2401 return active != c;