Home
last modified time | relevance | path

Searched refs:LPT_HEAP_SZ (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dlpt.c1643 c->lpt_heap[i].arr = kmalloc_array(LPT_HEAP_SZ, in lpt_init_rd()
1649 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
1652 c->dirty_idx.arr = kmalloc_array(LPT_HEAP_SZ, sizeof(void *), in lpt_init_rd()
1657 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
Dlprops.c184 const int b = LPT_HEAP_SZ / 2 - 1; in add_to_lpt_heap()
191 ubifs_assert(c, cpos < LPT_HEAP_SZ); in add_to_lpt_heap()
Dubifs.h83 #define LPT_HEAP_SZ 256 macro