Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dorphan.c135 if (o->cmt) { in ubifs_delete_orphan()
176 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit()
178 orphan->cmt = 1; in ubifs_orphan_start_commit()
305 ubifs_assert(c, orphan->cmt); in write_orph_node()
307 orphan->cmt = 0; in write_orph_node()
385 orphan->cmt = 1; in consolidate()
Dlpt_commit.c167 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
170 c->ltab[i].cmt = 1; in alloc_lpt_leb()
177 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
180 c->ltab[i].cmt = 1; in alloc_lpt_leb()
351 if (c->ltab[i].cmt) { in realloc_lpt_leb()
352 c->ltab[i].cmt = 0; in realloc_lpt_leb()
358 if (c->ltab[i].cmt) { in realloc_lpt_leb()
359 c->ltab[i].cmt = 0; in realloc_lpt_leb()
1752 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
Dubifs.h500 unsigned cmt:1; member
922 unsigned cmt:1; member
Dlpt.c652 ltab[i].cmt = 0; in ubifs_create_dflt_lpt()
1056 c->ltab[i].cmt = 0; in unpack_ltab()
Ddebug.c796 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()