Lines Matching refs:dirty_size
291 if (cheb->used_size + cheb->free_size + cheb->dirty_size +
295 cheb->used_size, cheb->free_size, cheb->dirty_size,
297 cheb->dirty_size + cheb->unchecked_size + cheb->wasted_size,
316 if (cheb->used_size + cheb->free_size + cheb->dirty_size +
320 cheb->used_size, cheb->free_size, cheb->dirty_size,
322 cheb->dirty_size + cheb->unchecked_size + cheb->wasted_size,
395 } else if (cheb->dirty_size > MAX_DIRTY_TO_CLEAN &&
396 cheb->dirty_size - len <= MAX_DIRTY_TO_CLEAN) {
401 } else if (VERY_DIRTY(chmp, cheb->dirty_size) &&
402 !VERY_DIRTY(chmp, cheb->dirty_size - len)) {
442 if (cheb->dirty_size < MAX_DIRTY_TO_CLEAN) {
444 } else if (VERY_DIRTY(chmp, cheb->dirty_size)) {