Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c125 if (o->cmt) { in ubifs_delete_orphan()
166 ubifs_assert(!orphan->cmt); in ubifs_orphan_start_commit()
168 orphan->cmt = 1; in ubifs_orphan_start_commit()
295 ubifs_assert(orphan->cmt); in write_orph_node()
297 orphan->cmt = 0; in write_orph_node()
375 orphan->cmt = 1; in consolidate()
H A Dlpt_commit.c163 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
166 c->ltab[i].cmt = 1; in alloc_lpt_leb()
173 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
176 c->ltab[i].cmt = 1; in alloc_lpt_leb()
348 if (c->ltab[i].cmt) { in realloc_lpt_leb()
349 c->ltab[i].cmt = 0; in realloc_lpt_leb()
355 if (c->ltab[i].cmt) { in realloc_lpt_leb()
356 c->ltab[i].cmt = 0; in realloc_lpt_leb()
1756 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
H A Dubifs.h1096 unsigned cmt:1; member
1527 unsigned cmt:1; member
H A Dlpt.c645 ltab[i].cmt = 0; in ubifs_create_dflt_lpt()
1049 c->ltab[i].cmt = 0; in unpack_ltab()
H A Ddebug.c800 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl1589 my $cmt = ctx_locate_comment($first_line, $end_line);
1594 return ($cmt ne '');