Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt_commit.c373 void *buf = c->lpt_buf; in write_cnodes()
1152 void *buf = c->lpt_buf; in lpt_gc_lnum()
1469 vfree(c->lpt_buf); in ubifs_lpt_free()
1470 c->lpt_buf = NULL; in ubifs_lpt_free()
H A Dlpt.c1698 c->lpt_buf = vmalloc(c->leb_size); in lpt_init_wr()
1699 if (!c->lpt_buf) in lpt_init_wr()
H A Dubifs.h2021 void *lpt_buf; member