Searched refs:ltab (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | lpt_commit.c | 144 lnum, c->ltab[lnum - c->lpt_first].free, in upd_ltab() 145 c->ltab[lnum - c->lpt_first].dirty, free, dirty); in upd_ltab() 147 c->ltab[lnum - c->lpt_first].free = free; in upd_ltab() 148 c->ltab[lnum - c->lpt_first].dirty += dirty; in upd_ltab() 167 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 169 if (c->ltab[i].free == c->leb_size) { 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() 179 if (c->ltab[i].free == c->leb_size) { in alloc_lpt_leb() 180 c->ltab[i].cmt = 1; in alloc_lpt_leb() [all …]
|
D | lpt.c | 418 struct ubifs_lpt_lprops *ltab) in ubifs_pack_ltab() argument 426 pack_bits(c, &addr, &pos, ltab[i].free, c->lpt_spc_bits); in ubifs_pack_ltab() 427 pack_bits(c, &addr, &pos, ltab[i].dirty, c->lpt_spc_bits); in ubifs_pack_ltab() 469 lnum, dirty, c->ltab[lnum - c->lpt_first].dirty); in ubifs_add_lpt_dirt() 471 c->ltab[lnum - c->lpt_first].dirty += dirty; in ubifs_add_lpt_dirt() 484 lnum, c->ltab[lnum - c->lpt_first].free, in set_ltab() 485 c->ltab[lnum - c->lpt_first].dirty, free, dirty); in set_ltab() 487 c->ltab[lnum - c->lpt_first].free = free; in set_ltab() 488 c->ltab[lnum - c->lpt_first].dirty = dirty; in set_ltab() 618 struct ubifs_lpt_lprops *ltab = NULL; in ubifs_create_dflt_lpt() local [all …]
|
D | ubifs.h | 1431 struct ubifs_lpt_lprops *ltab; member 1706 struct ubifs_lpt_lprops *ltab);
|
D | debug.c | 795 i + c->lpt_first, c->ltab[i].free, c->ltab[i].dirty, in ubifs_dump_lpt_info() 796 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
D | sb.c | 777 int free = c->ltab[lnum - c->lpt_first].free; in fixup_free_space()
|