Home | History | Annotate | Download | only in chfs

Lines Matching defs:dirty

39  * chfs_update_eb_dirty - updates dirty and free space, first and
54 chfs_err("free_size (%d) is less than dirty space (%d) "
294 "dirty: %u\nunchecked: %u\nwasted: %u\ntotal: %u\nshould be: %zu\n",
319 "dirty: %u\nunchecked: %u\nwasted: %u\ntotal: %u\nshould be: %zu\n",
336 dbg("Not moving nextblock to dirty/erase_pending list\n");
343 * so we remove it from the dirty list now */
394 dbg("Not moving gcblock to dirty list\n");
398 "add it to dirty\n");
403 dbg("Becomes now very dirty, remove it from dirty "
404 "queue and add it to very dirty\n");
418 * convert its free size to dirty and add it to clean, dirty or very dirty list.
439 // Mark space as dirty
467 uint32_t avail, dirty;
471 dirty = chmp->chm_dirty_size - chmp->chm_nr_erasable_blocks * chmp->chm_ebh->eb_size + chmp->chm_unchecked_size;
472 if (dirty < chmp->chm_nospc_dirty) {
473 dbg("dirty: %u < nospc_dirty: %u\n", dirty, chmp->chm_nospc_dirty);
554 * dirty and close the physical chain of the node refs.