LPT_HEAP_SZ       183 fs/ubifs/lprops.c 		const int b = LPT_HEAP_SZ / 2 - 1;
LPT_HEAP_SZ       190 fs/ubifs/lprops.c 		ubifs_assert(cpos < LPT_HEAP_SZ);
LPT_HEAP_SZ      1608 fs/ubifs/lpt.c 		c->lpt_heap[i].arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ,
LPT_HEAP_SZ      1613 fs/ubifs/lpt.c 		c->lpt_heap[i].max_cnt = LPT_HEAP_SZ;
LPT_HEAP_SZ      1616 fs/ubifs/lpt.c 	c->dirty_idx.arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, GFP_KERNEL);
LPT_HEAP_SZ      1620 fs/ubifs/lpt.c 	c->dirty_idx.max_cnt = LPT_HEAP_SZ;