Home
last modified time | relevance | path

Searched refs:LPROPS_DIRTY_IDX (Results 1 – 5 of 5) sorted by relevance

/fs/ubifs/
Dfind.c61 case LPROPS_DIRTY_IDX: in valuable()
285 idx_heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in ubifs_find_dirty_leb()
765 c->dirty_idx.cnt = c->lpt_heap[LPROPS_DIRTY_IDX - 1].cnt; in ubifs_save_dirty_idx_lnums()
766 memcpy(c->dirty_idx.arr, c->lpt_heap[LPROPS_DIRTY_IDX - 1].arr, in ubifs_save_dirty_idx_lnums()
839 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in find_dirty_idx_leb()
Dlprops.c43 case LPROPS_DIRTY_IDX: in get_heap_comp_val()
280 case LPROPS_DIRTY_IDX: in ubifs_add_to_cat()
320 case LPROPS_DIRTY_IDX: in ubifs_remove_from_cat()
357 case LPROPS_DIRTY_IDX: in ubifs_replace_cat()
424 return LPROPS_DIRTY_IDX; in ubifs_categorize_lprops()
Dubifs.h443 LPROPS_DIRTY_IDX = 2, enumerator
Dlpt.c2123 case LPROPS_DIRTY_IDX: in dbg_chk_pnode()
2162 case LPROPS_DIRTY_IDX: in dbg_chk_pnode()
Dlpt_commit.c831 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in populate_lsave()