Searched refs:ltab (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | lpt_commit.c | 143 lnum, c->ltab[lnum - c->lpt_first].free, in upd_ltab() 144 c->ltab[lnum - c->lpt_first].dirty, free, dirty); in upd_ltab() 146 c->ltab[lnum - c->lpt_first].free = free; in upd_ltab() 147 c->ltab[lnum - c->lpt_first].dirty += dirty; in upd_ltab() 166 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 168 if (c->ltab[i].free == c->leb_size) { in alloc_lpt_leb() 169 c->ltab[i].cmt = 1; in alloc_lpt_leb() 176 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 178 if (c->ltab[i].free == c->leb_size) { in alloc_lpt_leb() 179 c->ltab[i].cmt = 1; in alloc_lpt_leb() [all …]
|
D | lpt.c | 416 struct ubifs_lpt_lprops *ltab) in ubifs_pack_ltab() argument 424 pack_bits(&addr, &pos, ltab[i].free, c->lpt_spc_bits); in ubifs_pack_ltab() 425 pack_bits(&addr, &pos, ltab[i].dirty, c->lpt_spc_bits); in ubifs_pack_ltab() 467 lnum, dirty, c->ltab[lnum - c->lpt_first].dirty); in ubifs_add_lpt_dirt() 469 c->ltab[lnum - c->lpt_first].dirty += dirty; in ubifs_add_lpt_dirt() 482 lnum, c->ltab[lnum - c->lpt_first].free, in set_ltab() 483 c->ltab[lnum - c->lpt_first].dirty, free, dirty); in set_ltab() 485 c->ltab[lnum - c->lpt_first].free = free; in set_ltab() 486 c->ltab[lnum - c->lpt_first].dirty = dirty; in set_ltab() 616 struct ubifs_lpt_lprops *ltab = NULL; in ubifs_create_dflt_lpt() local [all …]
|
D | ubifs.h | 1436 struct ubifs_lpt_lprops *ltab; member 1698 struct ubifs_lpt_lprops *ltab);
|
D | debug.c | 791 i + c->lpt_first, c->ltab[i].free, c->ltab[i].dirty, in ubifs_dump_lpt_info() 792 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
D | sb.c | 731 int free = c->ltab[lnum - c->lpt_first].free; in fixup_free_space()
|