Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dlpt.c1648 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()
Dubifs.h2024 struct ubifs_lpt_heap dirty_idx; member
Dlpt_commit.c1486 kfree(c->dirty_idx.arr); in ubifs_lpt_free()