Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ubifs/
Dlpt_commit.c400 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes()
441 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes()
518 ubifs_pack_ltab(c, buf + offs, c->ltab_cmt); in write_cnodes()
1281 memcpy(c->ltab_cmt, c->ltab, in ubifs_lpt_start_commit()
1463 vfree(c->ltab_cmt); in ubifs_lpt_free()
1464 c->ltab_cmt = NULL; in ubifs_lpt_free()
Dubifs.h1415 struct ubifs_lpt_lprops *ltab_cmt; member
Dlpt.c1694 c->ltab_cmt = vmalloc(sizeof(struct ubifs_lpt_lprops) * c->lpt_lebs); in lpt_init_wr()
1695 if (!c->ltab_cmt) in lpt_init_wr()