Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dfind.c49 case LPROPS_DIRTY_IDX: in valuable()
273 idx_heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in ubifs_find_dirty_leb()
751 /* Copy the LPROPS_DIRTY_IDX heap */ in ubifs_save_dirty_idx_lnums()
752 c->dirty_idx.cnt = c->lpt_heap[LPROPS_DIRTY_IDX - 1].cnt; in ubifs_save_dirty_idx_lnums()
753 memcpy(c->dirty_idx.arr, c->lpt_heap[LPROPS_DIRTY_IDX - 1].arr, in ubifs_save_dirty_idx_lnums()
826 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in find_dirty_idx_leb()
H A Dlpt_commit.c791 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in populate_lsave()
1984 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1]; in dbg_populate_lsave()
H A Dubifs.h442 * LPROPS_DIRTY_IDX: dirty + free > @c->min_idx_node_sze and index
455 LPROPS_DIRTY_IDX = 2, enumerator
1207 * @dirty_idx: a (reverse sorted) copy of the LPROPS_DIRTY_IDX heap as at
H A Ddebug.c711 case LPROPS_DIRTY_IDX: in ubifs_dump_lprop()