Searched refs:LPROPS_DIRTY_IDX (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ubifs/
H A Dfind.c49 case LPROPS_DIRTY_IDX:
273 idx_heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
751 /* Copy the LPROPS_DIRTY_IDX heap */
752 c->dirty_idx.cnt = c->lpt_heap[LPROPS_DIRTY_IDX - 1].cnt;
753 memcpy(c->dirty_idx.arr, c->lpt_heap[LPROPS_DIRTY_IDX - 1].arr,
826 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
H A Dlprops.c31 case LPROPS_DIRTY_IDX:
266 case LPROPS_DIRTY_IDX:
309 case LPROPS_DIRTY_IDX:
349 case LPROPS_DIRTY_IDX:
416 return LPROPS_DIRTY_IDX;
H A Dlpt_commit.c791 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
1985 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
H A Dlpt.c2286 case LPROPS_DIRTY_IDX:
2325 case LPROPS_DIRTY_IDX:
H A Dubifs.h454 * LPROPS_DIRTY_IDX: dirty + free > @c->min_idx_node_sze and index
467 LPROPS_DIRTY_IDX = 2, enumerator in enum:__anon346
1226 * @dirty_idx: a (reverse sorted) copy of the LPROPS_DIRTY_IDX heap as at
H A Ddebug.c711 case LPROPS_DIRTY_IDX:

Completed in 156 milliseconds