Searched refs:lpt_heap (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dfind.c51 heap = &c->lpt_heap[cat - 1];
135 heap = &c->lpt_heap[LPROPS_FREE - 1];
272 heap = &c->lpt_heap[LPROPS_DIRTY - 1];
273 idx_heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
421 heap = &c->lpt_heap[LPROPS_DIRTY - 1];
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.c169 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1];
220 heap = &c->lpt_heap[cat - 1];
249 heap = &c->lpt_heap[cat - 1];
447 heap = &c->lpt_heap[new_cat - 1];
761 heap = &c->lpt_heap[LPROPS_FREE - 1];
928 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1];
1072 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1];
H A Dlpt_commit.c791 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
797 heap = &c->lpt_heap[LPROPS_DIRTY - 1];
803 heap = &c->lpt_heap[LPROPS_FREE - 1];
1444 kfree(c->lpt_heap[i].arr);
1985 heap = &c->lpt_heap[LPROPS_DIRTY_IDX - 1];
1988 heap = &c->lpt_heap[LPROPS_DIRTY - 1];
1991 heap = &c->lpt_heap[LPROPS_FREE - 1];
H A Dlpt.c1791 c->lpt_heap[i].arr = kmalloc_array(LPT_HEAP_SZ,
1794 if (!c->lpt_heap[i].arr)
1796 c->lpt_heap[i].cnt = 0;
1797 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ;
2327 heap = &c->lpt_heap[cat - 1];
H A Dubifs.h1225 * @lpt_heap: array of heaps of categorized lprops
1479 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT]; member in struct:ubifs_info

Completed in 131 milliseconds