Searched refs:ltab (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 | 766 int free = c->ltab[lnum - c->lpt_first].free; in fixup_free_space()
|
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-cipher-core.S | 87 .macro do_crypt, round, ttab, ltab, bsz 115 3: adr_l tt, \ltab
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-cipher-core.S | 118 .macro do_crypt, round, ttab, ltab, bsz 154 2: __adrl ttab, \ltab
|