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

/linux-master/fs/ubifs/
H A Dlpt_commit.c364 void *buf = c->lpt_buf;
1108 void *buf = c->lpt_buf;
1427 vfree(c->lpt_buf);
1428 c->lpt_buf = NULL;
H A Dlpt.c1854 c->lpt_buf = vmalloc(c->leb_size);
1855 if (!c->lpt_buf)
H A Dubifs.h1222 * @lpt_buf: buffer of LEB size used by LPT
1476 void *lpt_buf; member in struct:ubifs_info

Completed in 234 milliseconds