Home
last modified time | relevance | path

Searched refs:cmt (Results 1 – 5 of 5) sorted by relevance

/fs/ubifs/
Dorphan.c136 if (orph->cmt) { in orphan_delete()
246 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit()
248 orphan->cmt = 1; in ubifs_orphan_start_commit()
375 ubifs_assert(c, orphan->cmt); in write_orph_node()
377 orphan->cmt = 0; in write_orph_node()
455 orphan->cmt = 1; in consolidate()
Dlpt_commit.c155 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
158 c->ltab[i].cmt = 1; in alloc_lpt_leb()
165 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
168 c->ltab[i].cmt = 1; in alloc_lpt_leb()
339 if (c->ltab[i].cmt) { in realloc_lpt_leb()
340 c->ltab[i].cmt = 0; in realloc_lpt_leb()
346 if (c->ltab[i].cmt) { in realloc_lpt_leb()
347 c->ltab[i].cmt = 0; in realloc_lpt_leb()
1712 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
Dubifs.h509 unsigned cmt:1; member
944 unsigned cmt:1; member
Dlpt.c646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt()
1063 c->ltab[i].cmt = 0; in unpack_ltab()
Ddebug.c827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()