Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt.c1649 c->dirty_idx.arr = kmalloc(sizeof(void *) * LPT_HEAP_SZ, GFP_KERNEL); in lpt_init_rd()
1650 if (!c->dirty_idx.arr) in lpt_init_rd()
1652 c->dirty_idx.cnt = 0; in lpt_init_rd()
1653 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
H A Dubifs.h2025 struct ubifs_lpt_heap dirty_idx; member
H A Dlpt_commit.c1487 kfree(c->dirty_idx.arr); in ubifs_lpt_free()