Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dlpt_commit.c376 void *buf = c->lpt_buf; in write_cnodes()
1152 void *buf = c->lpt_buf; in lpt_gc_lnum()
1467 vfree(c->lpt_buf); in ubifs_lpt_free()
1468 c->lpt_buf = NULL; in ubifs_lpt_free()
Dubifs.h1417 void *lpt_buf; member
Dlpt.c1702 c->lpt_buf = vmalloc(c->leb_size); in lpt_init_wr()
1703 if (!c->lpt_buf) in lpt_init_wr()