lpt_heap           51 fs/ubifs/find.c 		heap = &c->lpt_heap[cat - 1];
lpt_heap          134 fs/ubifs/find.c 	heap = &c->lpt_heap[LPROPS_FREE - 1];
lpt_heap          272 fs/ubifs/find.c 	heap = &c->lpt_heap[LPROPS_DIRTY - 1];
lpt_heap          273 fs/ubifs/find.c 	idx_heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
lpt_heap          420 fs/ubifs/find.c 	heap = &c->lpt_heap[LPROPS_DIRTY - 1];
lpt_heap          752 fs/ubifs/find.c 	c->dirty_idx.cnt = c->lpt_heap[LPROPS_DIRTY_IDX - 1].cnt;
lpt_heap          753 fs/ubifs/find.c 	memcpy(c->dirty_idx.arr, c->lpt_heap[LPROPS_DIRTY_IDX - 1].arr,
lpt_heap          825 fs/ubifs/find.c 	heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
lpt_heap          169 fs/ubifs/lprops.c 	struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1];
lpt_heap          220 fs/ubifs/lprops.c 	heap = &c->lpt_heap[cat - 1];
lpt_heap          249 fs/ubifs/lprops.c 	heap = &c->lpt_heap[cat - 1];
lpt_heap          447 fs/ubifs/lprops.c 		heap = &c->lpt_heap[new_cat - 1];
lpt_heap          761 fs/ubifs/lprops.c 	heap = &c->lpt_heap[LPROPS_FREE - 1];
lpt_heap          928 fs/ubifs/lprops.c 		struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1];
lpt_heap         1071 fs/ubifs/lprops.c 		struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1];
lpt_heap         1791 fs/ubifs/lpt.c 		c->lpt_heap[i].arr = kmalloc_array(LPT_HEAP_SZ,
lpt_heap         1794 fs/ubifs/lpt.c 		if (!c->lpt_heap[i].arr)
lpt_heap         1796 fs/ubifs/lpt.c 		c->lpt_heap[i].cnt = 0;
lpt_heap         1797 fs/ubifs/lpt.c 		c->lpt_heap[i].max_cnt = LPT_HEAP_SZ;
lpt_heap         2327 fs/ubifs/lpt.c 			heap = &c->lpt_heap[cat - 1];
lpt_heap          791 fs/ubifs/lpt_commit.c 	heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
lpt_heap          797 fs/ubifs/lpt_commit.c 	heap = &c->lpt_heap[LPROPS_DIRTY - 1];
lpt_heap          803 fs/ubifs/lpt_commit.c 	heap = &c->lpt_heap[LPROPS_FREE - 1];
lpt_heap         1444 fs/ubifs/lpt_commit.c 		kfree(c->lpt_heap[i].arr);
lpt_heap         1986 fs/ubifs/lpt_commit.c 	heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
lpt_heap         1989 fs/ubifs/lpt_commit.c 	heap = &c->lpt_heap[LPROPS_DIRTY - 1];
lpt_heap         1992 fs/ubifs/lpt_commit.c 	heap = &c->lpt_heap[LPROPS_FREE - 1];
lpt_heap         1445 fs/ubifs/ubifs.h 	struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT];