Searched refs:dirty_idx (Results 1 – 3 of 3) sorted by relevance
1648 c->dirty_idx.arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, GFP_KERNEL); in lpt_init_rd()1649 if (!c->dirty_idx.arr) in lpt_init_rd()1651 c->dirty_idx.cnt = 0; in lpt_init_rd()1652 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
2024 struct ubifs_lpt_heap dirty_idx; member
1486 kfree(c->dirty_idx.arr); in ubifs_lpt_free()