Lines Matching defs:exclude_index
25 * @exclude_index: whether to exclude index LEBs
31 int exclude_index;
99 if (data->exclude_index && lprops->flags & LPROPS_INDEX)
119 * @exclude_index: whether to exclude index LEBs
126 int exclude_index)
155 if (exclude_index && (lprops->flags & LPROPS_INDEX))
168 data.exclude_index = exclude_index;
185 ubifs_assert(c, !exclude_index || !(lprops->flags & LPROPS_INDEX));
224 int err = 0, sum, exclude_index = pick_free == 2 ? 1 : 0;
245 exclude_index = 1;
267 exclude_index = (c->bi.min_idx_lebs >= c->lst.idx_lebs);
275 if (idx_heap->cnt && !exclude_index) {
312 lp = scan_for_dirty(c, min_space, pick_free, exclude_index);